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 06:46:52 +00:00
parent f8a02a04ee
commit 26a6fd9ed9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358210

View File

@ -3,7 +3,7 @@
PORTNAME= robotxt
PORTVERSION= 1.0.1
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= www devel python
MASTER_SITES= http://freebsd.unixfreunde.de/sources/trac/
PKGNAMEPREFIX= trac-
@ -14,9 +14,9 @@ COMMENT= Allows simple management of a robots.txt
RUN_DEPENDS= tracd:${PORTSDIR}/www/trac
USE_PYTHON= 2
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= TracRobotsTxt
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include "${.CURDIR}/../../www/trac/plugin.mk"
.include <bsd.port.mk>