freebsd-ports/devel/py-prefixed/Makefile
Yuri Victorovich 7e2229e927 devel/py-prefixed: update 0.8.0 → 0.9.0
Reported by:	portscout
2024-09-03 01:35:49 -07:00

19 lines
395 B
Makefile

PORTNAME= prefixed
DISTVERSION= 0.9.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Prefixed alternative numeric library
WWW= https://github.com/Rockhopper-Technologies/prefixed
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= distutils autoplist pytest
NO_ARCH= yes
.include <bsd.port.mk>