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

PR:		173063
Submitted by:	rm (myself)
Approved by:	glarkin (maintainer, by mail)
Feature safe:	yes
2012-10-26 18:53:33 +00:00

23 lines
596 B
Makefile

# Created by: Gerrit Beine <gerrit.beine@gmx.de>
# $FreeBSD$
PORTNAME= wikinegotiator
PORTVERSION= 1.0
PORTREVISION= 5
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
DISTNAME= trac${PORTNAME}plugin-${PORTVERSION}
MAINTAINER= glarkin@FreeBSD.org
COMMENT= Content negotiation for Trac
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
WRKSRC= ${WRKDIR}/trac${PORTNAME}plugin
USE_PYTHON= -2.7
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= TracWikiNegotiator
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
.include <bsd.port.mk>