1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/www/trac-estimator/Makefile
Ruslan Makhmatkhanov 18f326ff3b - 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
- tab -> space change in pkg-descr:WWW

Approved by:	glarkin (maintainer, implicit)
Feature safe:	yes
2012-10-27 18:52:36 +00:00

29 lines
725 B
Makefile

# Create by: Greg Larkin <glarkin@FreeBSD.org>
# $FreeBSD$
PORTNAME= estimator
PORTVERSION= 0.1.1
PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
LOCAL/glarkin
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
MAINTAINER= glarkin@FreeBSD.org
COMMENT= Produce detailed range-based estimations for Trac tickets
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11
USE_PYTHON= -2.7
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= estimatorplugin
PYDISTUTILS_PKGVERSION= ${PORTVERSION:S/.r/_r/}
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>