diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-06-09 14:12:31 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-06-09 14:12:31 +0000 |
commit | 7c0e606bbc87e62c51bc49275b3a79aaf2e2df8e (patch) | |
tree | 1450dffedc9680734d7c8aa1b16ff1a282df6a38 | |
parent | cfc2ee6b7f841b8e3b938c847608a36eb3086f83 (diff) | |
download | freebsd-ports-7c0e606bbc87e62c51bc49275b3a79aaf2e2df8e.zip |
- 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)
-rw-r--r-- | devel/py-jsmin/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-jsmin/Makefile b/devel/py-jsmin/Makefile index 0784f3a37ef6..cface1549f73 100644 --- a/devel/py-jsmin/Makefile +++ b/devel/py-jsmin/Makefile @@ -3,6 +3,7 @@ PORTNAME= jsmin PORTVERSION= 2.0.2 +PORTREVISION= 1 CATEGORIES= devel www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,14 +13,13 @@ COMMENT= JavaScript minifier written in Python LICENSE= MIT -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} PORTDOCS= PKG-INFO -PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% - OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> |