svn commit: r381007 - head/devel/py-ll-core
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Mar 11 14:55:12 UTC 2015
Author: amdmi3
Date: Wed Mar 11 14:55:10 2015
New Revision: 381007
URL: https://svnweb.freebsd.org/changeset/ports/381007
QAT: https://qat.redports.org/buildarchive/r381007/
Log:
- Add LICENSE
- Strip libraries
Modified:
head/devel/py-ll-core/Makefile
Modified: head/devel/py-ll-core/Makefile
==============================================================================
--- head/devel/py-ll-core/Makefile Wed Mar 11 14:55:01 2015 (r381006)
+++ head/devel/py-ll-core/Makefile Wed Mar 11 14:55:10 2015 (r381007)
@@ -3,7 +3,7 @@
PORTNAME= ll-core
PORTVERSION= 1.11.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel python
MASTER_SITES= http://ftp.livinglogic.de/core/ \
http://cheeseshop.python.org/packages/source/l/ll-core/
@@ -12,7 +12,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports at FreeBSD.org
COMMENT= Utility functions and classes used by the other LivingLogic packages
+LICENSE= MIT
+
USES= python zip
USE_PYTHON= distutils autoplist
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/ll/*.so
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list