729d9d232f
- While here get rid FreeBSD 6.X and md5 support
28 lines
654 B
Makefile
28 lines
654 B
Makefile
# New ports collection makefile for: py-zopeproxy
|
|
# Date created: 22 Nov, 2008
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= zopeproxy
|
|
PORTVERSION= 3.6.1
|
|
PORTREVISON= 1
|
|
CATEGORIES= net python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= zope.proxy-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Generic Transparent Proxies
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.3.0:${PORTSDIR}/devel/py-zopeInterface
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
USE_ZIP= yes
|
|
USE_PYTHON= 2.5+
|
|
USE_PYDISTUTILS= easy_install
|
|
PYEASYINSTALL_ARCHDEP= yes
|
|
PYDISTUTILS_PKGNAME= zope.proxy
|
|
|
|
.include <bsd.port.mk>
|