blob: cab06cd689a673c227521938eba92e2e362957bc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: py-pycerberus
# Date created: 28 September 2010
# Whom: Douglas Thrift
#
# $FreeBSD$
#
PORTNAME= pycerberus
PORTVERSION= 0.4.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= douglas@douglasthrift.net
COMMENT= Highly flexible, no magic input validation library
LICENSE= MIT
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>
|