opnsense-ports/devel/py-pyvalid/Makefile
Franco Fichtner 5505c49780 */*: sync with upstream
Taken from: HardenedBSD
2018-06-21 08:02:46 +02:00

19 lines
366 B
Makefile

# $FreeBSD$
PORTNAME= pyvalid
PORTVERSION= 0.9
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= che@bein.link
COMMENT= Python validation tool
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.8.0:devel/py-six@${PY_FLAVOR}
USES= python:2.7
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>