0d3da75e07
Changelog: https://plone.org/products/plone/releases/4.3.8 With hat: zope
24 lines
650 B
Makefile
24 lines
650 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Products.GenericSetup
|
|
PORTVERSION= 1.8.2
|
|
CATEGORIES= devel python zope
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= zope
|
|
|
|
MAINTAINER= zope@FreeBSD.org
|
|
COMMENT= Read Zope configuration state from profile dirs / tarballs
|
|
|
|
LICENSE= ZPL21
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}eggtestinfo>0:devel/py-eggtestinfo
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}five.localsitemanager>=0:devel/py-five.localsitemanager \
|
|
${PYTHON_PKGNAMEPREFIX}zope.formlib>=0:devel/py-zope.formlib
|
|
|
|
NO_ARCH= yes
|
|
USES= python:2.7 zope
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|