forked from Lainports/freebsd-ports
19 lines
395 B
Makefile
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>
|