forked from Lainports/opnsense-ports
17 lines
309 B
Makefile
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>
|