freebsd-ports/devel/py-serpent/Makefile
Ruslan Makhmatkhanov 11985083fb devel/py-serpent: update to 1.27
PR:		230581
Submitted by:	Nathan <ndowens@yahoo.com>
2018-09-02 10:32:53 +00:00

19 lines
380 B
Makefile

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