diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-11 22:55:10 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-11 22:55:10 +0800 |
commit | 615fabf03312898699680adbf543dd3ff0e27f99 (patch) | |
tree | 16edc865d4c5d538415adfa0ae7d2c869e96424d /devel | |
parent | 26665d6d9b27b4a4167c74064a6fb215b74d023c (diff) | |
download | freebsd-ports-gnome-615fabf03312898699680adbf543dd3ff0e27f99.tar.gz freebsd-ports-gnome-615fabf03312898699680adbf543dd3ff0e27f99.tar.zst freebsd-ports-gnome-615fabf03312898699680adbf543dd3ff0e27f99.zip |
- Add LICENSE
- Strip libraries
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-ll-core/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/py-ll-core/Makefile b/devel/py-ll-core/Makefile index 3cb019b9562c..dabba3622d51 100644 --- a/devel/py-ll-core/Makefile +++ b/devel/py-ll-core/Makefile @@ -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> |