freebsd-ports/devel/py-serpent/Makefile
2016-10-11 11:16:47 +00:00

18 lines
353 B
Makefile

# $FreeBSD$
PORTNAME= serpent
PORTVERSION= 1.15
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:2.7+
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>