freebsd-ports/devel/py-decorator/Makefile
Guangyuan Yang 88b8cdd011 - Update devel/py-decorator to 4.1.2
- Take maintainership

PR:		224188
Approved by:	adamw
Differential Revision:	https://reviews.freebsd.org/D13425
2017-12-10 03:58:42 +00:00

24 lines
475 B
Makefile

# Created by: Denis Shaposhnikov <dsh@vlink.ru>
# $FreeBSD$
PORTNAME= decorator
PORTVERSION= 4.1.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ygy@FreeBSD.org
COMMENT= Better living through Python with decorators
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>