mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
18 lines
348 B
Makefile
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>
|