freebsd-ports/www/trac-pagetopdf/Makefile

25 lines
620 B
Makefile
Raw Normal View History

# Created by: Gerrit Beine <gerrit.beine@gmx.de>
# $FreeBSD$
PORTNAME= pagetopdf
PORTVERSION= 0.2
PORTREVISION= 8
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
DISTNAME= pagetopdfplugin-${PORTVERSION}
2009-05-07 00:15:18 +02:00
MAINTAINER= glarkin@FreeBSD.org
COMMENT= Export trac wiki pages as PDFs
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \
htmldoc:${PORTSDIR}/textproc/htmldoc
USE_PYTHON= -2.7
USE_PYDISTUTILS= easy_install
WRKSRC= ${WRKDIR}/${PORTNAME}plugin
PYDISTUTILS_PKGNAME= TracPageToPDF
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
.include <bsd.port.mk>