aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--math/py-cdecimal/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/math/py-cdecimal/Makefile b/math/py-cdecimal/Makefile
index 94c39814697a..445e6c880a24 100644
--- a/math/py-cdecimal/Makefile
+++ b/math/py-cdecimal/Makefile
@@ -3,6 +3,7 @@
PORTNAME= cdecimal
PORTVERSION= 2.3
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://www.bytereef.org/software/mpdecimal/releases/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +12,12 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Fast drop-in replacement for the Decimal module
LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
USE_PYTHON= distutils autoplist
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/cdecimal.so
+
.include <bsd.port.mk>