summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--astro/py-astLib/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/astro/py-astLib/Makefile b/astro/py-astLib/Makefile
index c5159347c459..fcdbb24faa71 100644
--- a/astro/py-astLib/Makefile
+++ b/astro/py-astLib/Makefile
@@ -3,6 +3,7 @@
PORTNAME= astLib
PORTVERSION= 0.8.0
+PORTREVISION= 1
CATEGORIES= astro python
MASTER_SITES= SF
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +12,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Astronomy modules for Python
LICENSE= LGPL21
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYNUMPY} \
${PKGNAMEPREFIX}scipy>=0.7.0:${PORTSDIR}/science/py-scipy \
@@ -24,4 +26,7 @@ PORTSCOUT= skipv:0.15,0.17,0.17.1 # incorrect versioning upstream
USES= python
USE_PYTHON= autoplist distutils
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyWCSTools/*.so
+
.include <bsd.port.mk>