aboutsummaryrefslogtreecommitdiff
path: root/devel/py-serpent/Makefile
blob: 1f8e7a9c4c6e3aee31a1213d2140bb97bb0633df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	serpent
DISTVERSION=	1.28
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	rm@FreeBSD.org
COMMENT=	Simple serialization library based on ast.literal_eval
WWW=		https://pypi.org/project/serpent/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

NO_ARCH=	yes
USES=		python:3.6+
USE_PYTHON=	autoplist concurrent distutils

.include <bsd.port.mk>