ports/devel/py-serpent/Makefile
Antoine Brodin 377901b804 Simplify some USES=python
With hat:	portmgr
2017-12-29 09:01:54 +00:00

18 lines
348 B
Makefile

# $FreeBSD$
PORTNAME= serpent
PORTVERSION= 1.23
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>