freebsd-ports/devel/py-zope.schema/Makefile
Greg Larkin 649ed43937 - Chase repocopy of devel/py-zopeInterace to devel/py-zope.interface
PR:		ports/160846
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-09-29 21:18:00 +00:00

28 lines
684 B
Makefile

# New ports collection makefile for: py-zope.schema
# Date created: 2011-03-21
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= zope.schema
PORTVERSION= 3.8.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Zope Interface extension for defining data schemas
LICENSE= ZPL21
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0:${PORTSDIR}/devel/py-zope.interface \
${PYTHON_PKGNAMEPREFIX}zopeevent>=0:${PORTSDIR}/devel/py-zopeevent
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
USE_ZIP= yes
.include <bsd.port.mk>