ports/devel/py-pycerberus/Makefile
Ruslan Makhmatkhanov 3c4d054cac devel/py-pycerberus: update to 0.6
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)
2015-11-18 19:59:51 +00:00

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>