Files
ports/devel/py-aenum/Makefile
Mathieu Arnold cf118ccf87 One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

19 lines
369 B
Makefile

PORTNAME= aenum
PORTVERSION= 2.2.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= a.wolk@fudosecurity.com
COMMENT= Advanced Enumerations compatible with stdlib Enum
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/aenum/LICENSE
USES= python:3.4+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>