26 lines
447 B
Makefile
26 lines
447 B
Makefile
|
COMMENT= ordered sets in Python
|
||
|
|
||
|
MODPY_EGG_VERSION= 4.1.0
|
||
|
DISTNAME= ordered-set-${MODPY_EGG_VERSION}
|
||
|
PKGNAME= py-ordered-set-${MODPY_EGG_VERSION}
|
||
|
REVISION= 1
|
||
|
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
MAINTAINER= Clemens Goessnitzer <clemens@goessnitzer.info>
|
||
|
|
||
|
HOMEPAGE= https://github.com/rspeer/ordered-set
|
||
|
|
||
|
# MIT
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
MODULES= lang/python
|
||
|
|
||
|
FLAVORS= python3
|
||
|
FLAVOR= python3
|
||
|
|
||
|
MODPY_PYBUILD= flit_core
|
||
|
MODPY_PI= Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|