blob: e92acb433cfca1a16d5718bc4cdba9095eacd6d4 (
plain)
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}
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>
|