mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 15:29:15 -04:00
Changelog: - Added allow_temporal_ssn parameter to fi_ssn validator (#97, pull request courtesy quantus) - Remove py33 support
23 lines
508 B
Makefile
23 lines
508 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= validators
|
|
DISTVERSION= 0.12.3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= dbaio@FreeBSD.org
|
|
COMMENT= Simple data validation in Python
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4.0:devel/py-six@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:devel/py-decorator@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|