aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-plone.i18n/Makefile
blob: 14d17f5cbb5cf0b489db4621ba0d3735acc33ea1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $FreeBSD$

PORTNAME=   plone.i18n
PORTVERSION=    2.0.5
CATEGORIES= www python zope
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= zope@FreeBSD.org
COMMENT=    Advanced i18n/l10n features

LICENSE=    GPLv2

RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \
        ${PYTHON_PKGNAMEPREFIX}zope.i18n>=0:${PORTSDIR}/devel/py-zope.i18n \
        ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
        ${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:${PORTSDIR}/devel/py-zope.publisher \
        ${PYTHON_PKGNAMEPREFIX}unidecode>=0:${PORTSDIR}/converters/py-unidecode

DIST_SUBDIR=    zope
USE_PYTHON= yes
USE_PYDISTUTILS=    easy_install
USE_ZIP=    yes

.include <bsd.port.mk>