opnsense-ports/devel/py-serpent/Makefile
Franco Fichtner 12c99de086 */*: sync with upstream
Taken from: FreeBSD
2016-03-14 08:48:12 +01:00

18 lines
348 B
Makefile

# $FreeBSD$
PORTNAME= serpent
PORTVERSION= 1.12
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= Simple serialization library based on ast.literal_eval
LICENSE= MIT
NO_ARCH= yes
USES= dos2unix python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>