aboutsummaryrefslogtreecommitdiffstats
path: root/devel/geany-plugin-geniuspaste/Makefile
blob: 4d14b3c45e2d4b5c2237096dd2dad3eb80964afa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
PORTNAME=	geany-plugin-geniuspaste
PORTVERSION=	${GEANY_VER}
CATEGORIES=	devel

MAINTAINER=	madpilot@FreeBSD.org
COMMENT=	Geany plugin: ${${GEANY_PLUGIN}_DESC}
WWW=		https://plugins.geany.org/geniuspaste.html

LIB_DEPENDS=	libsoup-3.0.so:devel/libsoup3

.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
.include <bsd.port.mk>