|
Lines 1-24
Link Here
|
| 1 |
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org> |
1 |
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org> |
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= zope.configuration |
4 |
PORTNAME= zope.configuration |
| 5 |
PORTVERSION= 3.8.0 |
5 |
PORTVERSION= 4.1.0 |
| 6 |
PORTREVISION= 1 |
6 |
PORTREVISION= 0 |
| 7 |
CATEGORIES= devel textproc python |
7 |
CATEGORIES= devel textproc python |
| 8 |
MASTER_SITES= CHEESESHOP |
8 |
MASTER_SITES= CHEESESHOP |
| 9 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
9 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
| 10 |
DIST_SUBDIR= zope |
10 |
DIST_SUBDIR= zope |
| 11 |
|
11 |
|
| 12 |
MAINTAINER= zope@FreeBSD.org |
12 |
MAINTAINER= zope@FreeBSD.org |
| 13 |
COMMENT= Zope Configuration Markup Language (ZCML) |
13 |
COMMENT= Zope Configuration Markup Language (ZCML) |
| 14 |
|
14 |
|
| 15 |
LICENSE= ZPL21 |
15 |
LICENSE= ZPL21 |
| 16 |
|
16 |
|
| 17 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${FLAVOR} \ |
17 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${FLAVOR} \ |
| 18 |
${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:textproc/py-zope.i18nmessageid@${FLAVOR} \ |
18 |
${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:textproc/py-zope.i18nmessageid@${FLAVOR} \ |
| 19 |
${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema@${FLAVOR} |
19 |
${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema@${FLAVOR} |
| 20 |
|
20 |
|
| 21 |
USES= python |
21 |
USES= python |
| 22 |
USE_PYTHON= distutils autoplist |
22 |
USE_PYTHON= distutils autoplist |
| 23 |
|
23 |
|
|
|
24 |
NO_ARCH= yes |
| 25 |
|
| 24 |
.include <bsd.port.mk> |
26 |
.include <bsd.port.mk> |