freebsd-ports/math/py-cdecimal/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

23 lines
542 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:3.6+
USE_PYTHON= distutils autoplist
post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/cdecimal*.so
.include <bsd.port.mk>