freebsd-ports/www/trac-pagetopdf/Makefile
Ruslan Makhmatkhanov 7c214ae86e - do not directly depend on setuptools, use USE_DISTUTILS instead
- bump PORTREVISION because of dependency change
- trim Makefile header
- limit python version to 2.x only
- move pkg-plist contents into Makefile:PLIST_FILES

PR:		173105
Submitted by:	rm (myself)
Approved by:	glarkin (maintainer, by mail)
Feature safe:	yes
2012-10-26 18:56:29 +00:00

24 lines
620 B
Makefile

# 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}
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>