From 62b63ba06437dc3aeb4b0fd60fd13e7f347a0739 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Sun, 24 Jan 2016 13:56:00 +0000 Subject: - Add LICENSE_FILE - Strip library --- math/py-cdecimal/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'math/py-cdecimal') 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 -- cgit