19 lines
369 B
Makefile
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>
|