71ac788049
- bump PORTREVISION because of dependency change - trim Makefile header - limit python version to 2.x only PR: 173065 Submitted by: rm (myself) Approved by: brooks (maintainer, by mail) Feature safe: yes
25 lines
687 B
Makefile
25 lines
687 B
Makefile
# Created by: Brooks Davis <brooks@freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:L}
|
|
PORTVERSION= 2.2.2
|
|
PORTREVISION= 5
|
|
CATEGORIES= www devel python
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= brooks
|
|
PKGNAMEPREFIX= trac-
|
|
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
|
|
|
|
MAINTAINER= brooks@FreeBSD.org
|
|
COMMENT= Plugin to generate PDF documents from the Wiki
|
|
|
|
RUN_DEPENDS+= htmldoc:${PORTSDIR}/textproc/htmldoc \
|
|
tracd:${PORTSDIR}/www/trac
|
|
|
|
USE_PYTHON= -2.7
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_PKGNAME= TracWikiToPdfPlugin
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}plugin
|
|
|
|
.include <bsd.port.mk>
|