mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
22 lines
392 B
Makefile
22 lines
392 B
Makefile
COMMENT= ordered sets in Python
|
|
|
|
MODPY_DISTV= 4.1.0
|
|
DISTNAME= ordered-set-${MODPY_DISTV}
|
|
PKGNAME= py-ordered-set-${MODPY_DISTV}
|
|
REVISION= 4
|
|
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Clemens Goessnitzer <clemens@goessnitzer.info>
|
|
|
|
HOMEPAGE= https://github.com/rspeer/ordered-set
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= flit_core
|
|
MODPY_PI= Yes
|
|
|
|
.include <bsd.port.mk>
|