Prune devel/py-EnthoughtBase
[dports.git] / devel / py-zope.copy / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       zope.copy
4 PORTVERSION=    3.5.0
5 PORTREVISION=   1
6 CATEGORIES=     devel python zope
7 MASTER_SITES=   CHEESESHOP
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9 DIST_SUBDIR=    zope
10
11 MAINTAINER=     zope@FreeBSD.org
12 COMMENT=        Pluggable object copying mechanism
13
14 LICENSE=        ZPL21
15
16 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface
17
18 USES=           python
19 USE_PYTHON=     distutils autoplist
20
21 .include <bsd.port.mk>