freebsd-ports/www/trac-tickettemplate/Makefile
Ruslan Makhmatkhanov 5c7ef45f2c - do not directly depend on py-setuptools, use USE_DISTUTILS=easy_install instead
- bump PORTREVISION because of dependencies change
- trim Makefile header
- remove indefinite article from COMMENT
- limit python version to 2.x
- remove checks for deprecated python versions
- general Makefile clean-up
- move pkg-plist content into Makefile:PLIST_FILES

PR:		173838
Submitted by:	rm (myself)
Approved by:	maintainer timeout (~2 months)
2012-12-26 10:04:46 +00:00

26 lines
626 B
Makefile

# Created by: Eygene Ryabinkin <rea@FreeBSD.org>
# $FreeBSD$
PORTNAME= tickettemplate
PORTVERSION= 0.7
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= http://dist.codelabs.ru/fbsd/trac-${PORTNAME}/
PKGNAMEPREFIX= trac-
DISTNAME= trac${PORTNAME}plugin-r${REL}
MAINTAINER= rea@FreeBSD.org
COMMENT= Plugin for making ticket templates
RUN_DEPENDS+= trac>=0.11:${PORTSDIR}/www/trac
USE_PYTHON= -2.7
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= TracTicketTemplate
USE_ZIP= yes
WRKSRC= ${WRKDIR}/trac${PORTNAME}plugin/0.11
REL= 10605
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
.include <bsd.port.mk>