1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

- Add LICENSE

- Strip libraries
This commit is contained in:
Dmitry Marakasov 2015-03-11 14:55:10 +00:00
parent 06b463a286
commit 0fc4237796
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381007

View File

@ -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@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>