opnsense-ports/devel/py-should_dsl/Makefile
Franco Fichtner 8758ae3186 */*: sync with upstream
Taken from: FreeBSD
2016-02-15 04:34:34 +01:00

19 lines
382 B
Makefile

# $FreeBSD$
PORTNAME= should_dsl
PORTVERSION= 2.1.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= truckman@FreeBSD.org
COMMENT= Should assertions in Python as clear and readable as possible
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USES= python:-3.2
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>