freebsd-ports/www/trac-datefield/Makefile
Ruslan Makhmatkhanov f33e2c255a - do not directly depend on setuptools, use USE_DISTUTILS instead
- bump PORTREVISION because of dependency change
- trim Makefile header
- remove indefinite article in COMMENT
- limit python version to 2.x only
- remove permissions fixing part - setuptools will take care of it

PR:		173231
Submitted by:	rm (myself)
Approved by:	maintainer timeout (~2 months)
2012-12-26 09:57:39 +00:00

25 lines
589 B
Makefile

# Created by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
# $FreeBSD$
PORTNAME= datefield
PORTVERSION= 1.0.1
PORTREVISION= 3
CATEGORIES= www python
MASTER_SITES= http://dist.codelabs.ru/fbsd/
PKGNAMEPREFIX= trac-
DISTNAME= datefieldplugin-r${REL}
MAINTAINER= rea@FreeBSD.org
COMMENT= Plugin for creating date fields
RUN_DEPENDS+= trac>=0.11:${PORTSDIR}/www/trac
USE_PYTHON= -2.7
USE_ZIP= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= TracDateField
WRKSRC= ${WRKDIR}/datefieldplugin/0.11
REL= 7267
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
.include <bsd.port.mk>