svn commit: r380996 - head/devel/py-anonfunc
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Mar 11 14:49:36 UTC 2015
Author: amdmi3
Date: Wed Mar 11 14:49:35 2015
New Revision: 380996
URL: https://svnweb.freebsd.org/changeset/ports/380996
QAT: https://qat.redports.org/buildarchive/r380996/
Log:
- Simplify MASTER_SITES
- Add LICENSE
- Strip library
Modified:
head/devel/py-anonfunc/Makefile
Modified: head/devel/py-anonfunc/Makefile
==============================================================================
--- head/devel/py-anonfunc/Makefile Wed Mar 11 14:49:06 2015 (r380995)
+++ head/devel/py-anonfunc/Makefile Wed Mar 11 14:49:35 2015 (r380996)
@@ -3,15 +3,17 @@
PORTNAME= anonfunc
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= devel python
-MASTER_SITES= ${MASTER_SITE_LOCAL} \
+MASTER_SITES= LOCAL/perky \
http://people.freebsd.org/~perky/distfiles/
-MASTER_SITE_SUBDIR= perky
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports at FreeBSD.org
COMMENT= Python module that provides easy anonymous function
+LICENSE= BSD2CLAUSE
+
USES= python
USE_PYTHON= distutils autoplist
@@ -20,4 +22,7 @@ post-patch:
-e 's,distutils\.command\.install ,setuptools\.command\.install ,' \
${WRKSRC}/setup.py
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/anonfunc.so
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list