bb7b1b7d2b
- 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
23 lines
501 B
Makefile
23 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>
|