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

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

LIB_DEPENDS=	libctpl.so:textproc/ctpl
RUN_DEPENDS=	${LOCALBASE}/bin/rst2html:textproc/py-docutils

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