aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-pycerberus/Makefile
blob: 2567f5991f5659143fd4868ebdc662edb1bd836c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	pycerberus
PORTVERSION=	0.6
PORTREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	douglas@douglasthrift.net
COMMENT=	Highly flexible, no magic input validation library
WWW=		https://www.schwarz.eu/opensource/projects/pycerberus

LICENSE=	MIT

NO_ARCH=	yes
USES=		python
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>