1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Remove easy_install dependency

- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
This commit is contained in:
Marcus von Appen 2014-06-18 19:27:13 +00:00
parent 3436d18419
commit 060d6660e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358305

View File

@ -1,8 +1,8 @@
# $FreeBSD$
PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;:tl}
PORTNAME= navadd
PORTVERSION= 0.1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= www devel python
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks
@ -14,10 +14,10 @@ COMMENT= Plugin for adding navigation items into Trac navigation bars
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
USE_PYTHON= 2
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= NavAdd
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
WRKSRC= ${WRKDIR}/${PORTNAME}plugin
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
.include "${.CURDIR}/../../www/trac/plugin.mk"
.include <bsd.port.mk>