aboutsummaryrefslogtreecommitdiff
path: root/math/py-cdecimal
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-01-24 13:56:00 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-01-24 13:56:00 +0000
commitcb03675fd4dddfc2df2e165d09df1b8871e7e34b (patch)
treef1ba811611a40eaf0ee090c54a6efdbd04d72c09 /math/py-cdecimal
parent634446c12f9e7530bd7605da4fa7e5f9f62b1507 (diff)
downloadports-cb03675fd4dddfc2df2e165d09df1b8871e7e34b.tar.gz
ports-cb03675fd4dddfc2df2e165d09df1b8871e7e34b.zip
Notes
Diffstat (limited to 'math/py-cdecimal')
-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>