1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/math/py-cdecimal/Makefile
Dmitry Marakasov cb03675fd4 - Add LICENSE_FILE
- Strip library
2016-01-24 13:56:00 +00:00

24 lines
536 B
Makefile

# Created by: Maksym Sobolyev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= cdecimal
PORTVERSION= 2.3
PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://www.bytereef.org/software/mpdecimal/releases/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
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>