opnsense-ports/devel/py-decoratortools/Makefile
Franco Fichtner 7e485cf1e5 */*: sync with upstream
Taken from: HardenedBSD
2017-12-04 05:06:36 +01:00

21 lines
411 B
Makefile

# Created by: alexander smishlajev
# $FreeBSD$
PORTNAME= DecoratorTools
PORTVERSION= 1.8
PORTREVISION= 3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Class, function, and metaclass decorators
LICENSE= PSFL ZPL21
LICENSE_COMB= dual
NO_ARCH= yes
USE_PYTHON= autoplist distutils
USES= python:2.7 zip
.include <bsd.port.mk>