mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
0.6 (24.11.2014) ==================== - stop using 2to3 for Python 3 compatibility and use exactly the same source for all Python versions. - drop support for Python 2.4 and 2.5 - bug fix: detect validator message keys correctly also when messages are specified during validator initialization PR: 204585 Submitted by: douglas@douglasthrift.net (maintainer)
19 lines
394 B
Makefile
19 lines
394 B
Makefile
# Created by: Douglas Thrift <douglas@douglasthrift.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pycerberus
|
|
PORTVERSION= 0.6
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= douglas@douglasthrift.net
|
|
COMMENT= Highly flexible, no magic input validation library
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|