1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/net/py-zope.proxy/Makefile
Ruslan Makhmatkhanov bb7b1b7d2b - update to 4.1.3 to fix zope runtime after zope.security update
- trim Makefile header
- add DIST_SUBDIR as other plone/zope ports do
- add license (ZPL21)
- remove BUILD_DEPENDS - they are not used at build time
- change USE_PYTHON to just yes, because it now support both python branches
- sort pkg-plist

Reported by:    Andrew Berg <bahamutzero8825@gmail.com> (via zope@ ML)
Feature safe:	yes
2013-04-17 18:01:53 +00:00

24 lines
501 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= zope.proxy
PORTVERSION= 4.1.3
CATEGORIES= net python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Generic Transparent Proxies
LICENSE= ZPL21
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0:${PORTSDIR}/devel/py-zope.interface
USE_ZIP= yes
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes
.include <bsd.port.mk>