2012-01-03 10:54:54 +01:00
|
|
|
# New ports collection makefile for: py-plone.app.locales
|
|
|
|
# Date created: 03 January 2012
|
|
|
|
# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= plone.app.locales
|
|
|
|
PORTVERSION= 4.0.10
|
2012-01-16 11:33:34 +01:00
|
|
|
CATEGORIES= www python zope
|
2012-01-03 10:54:54 +01:00
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2012-01-16 11:33:34 +01:00
|
|
|
MAINTAINER= zope@FreeBSD.org
|
2012-01-03 10:54:54 +01:00
|
|
|
COMMENT= Translation files for Plone
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
|
|
|
|
DIST_SUBDIR= zope
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
USE_ZIP= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|