freebsd-ports/www/trac-addcomment/Makefile
Ruslan Makhmatkhanov dcd0809913 - 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:		173160
Submitted by:	rm (myself)
Approved by:	brooks (maintainer, by mail)
Feature safe:	yes
2012-10-30 19:41:46 +00:00

24 lines
642 B
Makefile

# Created by: Gerrit Beine <gerrit.beine@gmx.de>
# $FreeBSD$
PORTNAME= addcomment
PORTVERSION= 0.3
PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}macro-${PORTVERSION}
MAINTAINER= brooks@FreeBSD.org
COMMENT= Add formatted comments to wiki pages
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \
trac-macropost>0:${PORTSDIR}/www/trac-macropost
WRKSRC= ${WRKDIR}/${PORTNAME}macro
USE_PYTHON= -2.7
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= TracAddCommentMacro
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
.include <bsd.port.mk>