freebsd-ports/devel/py-zope.deprecation/Makefile
Ruslan Makhmatkhanov f210d95e72 - pass maintainership to zope@
- trim Makefile header, while here

Approved by:	clsung (maintainer, via linkedin)
Feature safe:   yes
2013-04-17 06:44:00 +00:00

17 lines
361 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= zope.deprecation
PORTVERSION= 3.5.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= zope@FreeBSD.org
COMMENT= Zope 3 Deprecation Infrastructure
DIST_SUBDIR= zope
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>