1b0994ee1e
With hat: python@
23 lines
550 B
Makefile
23 lines
550 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= wikitopdf
|
|
PORTVERSION= 2.2.2
|
|
PORTREVISION= 6
|
|
CATEGORIES= www devel python
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= brooks
|
|
PKGNAMEPREFIX= trac-
|
|
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Plugin to generate PDF documents from the Wiki
|
|
|
|
RUN_DEPENDS+= htmldoc:${PORTSDIR}/textproc/htmldoc \
|
|
tracd:${PORTSDIR}/www/trac
|
|
|
|
USES= python:2
|
|
USE_PYTHON= distutils autoplist
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}plugin
|
|
|
|
.include "${.CURDIR}/../../www/trac/plugin.mk"
|
|
.include <bsd.port.mk>
|