freebsd-ports/devel/py-zope.deprecation/Makefile
Ruslan Makhmatkhanov 89ee166723 devel/py-zope.deprecation: version update
* update to 4.1.2
 * add LICENSE_FILE

PR:		198034
Submitted by:	jun-g@daemonfreaks.com
2015-03-10 17:44:47 +00:00

20 lines
413 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= zope.deprecation
PORTVERSION= 4.1.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Zope 3 Deprecation Infrastructure
LICENSE= ZPL21
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>