1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/devel/py-zope.deprecation/Makefile
Cheng-Lung Sung 8526b8628b - Update WWW
- add DIST_SUBDIR=zope

PR:		ports/160523
Submitted by:	Ruslan Mahmatkhanov <cvs-src_AT_yandex dot ru>
2011-09-30 00:21:43 +00:00

23 lines
468 B
Makefile

# New ports collection makefile for: py-zope.deprecation
# Date created: 2011-03-21
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= zope.deprecation
PORTVERSION= 3.5.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Zope 3 Deprecation Infrastructure
DIST_SUBDIR= zope
# Python3 ready
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>