1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

- Add LICENSE_FILE

- Strip library
This commit is contained in:
Dmitry Marakasov 2016-01-24 13:56:00 +00:00
parent 634446c12f
commit cb03675fd4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407123

View File

@ -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>