opnsense-ports/devel/py-wrapt/Makefile
Franco Fichtner 555cfb6b48 */*: sync with upstream
Taken from: FreeBSD
2016-06-27 07:05:13 +02:00

17 lines
309 B
Makefile

# $FreeBSD$
PORTNAME= wrapt
PORTVERSION= 1.10.8
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mva@FreeBSD.org
COMMENT= Decorators, wrappers and monkey patching
LICENSE= BSD2CLAUSE
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>