aboutsummaryrefslogtreecommitdiffstats
path: root/devel/geany-plugin-gendoc/Makefile
blob: 634b4af14d73a19fc7224dcd3db2e86c8afe06d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

PORTNAME=   geany-plugin-gendoc
PORTVERSION=    ${GEANY_VER}
CATEGORIES= devel

MAINTAINER= makc@FreeBSD.org
COMMENT=    Geany plugin: ${${GEANY_PLUGIN}_DESC}

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

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