diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-01-03 08:06:27 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-01-03 08:06:27 +0000 |
commit | afa6031c8982264c66486ec8ff658a80391cad3a (patch) | |
tree | 9a2989a015258529130255abf1de13bc953c17f7 /www/py-plone.app.i18n/Makefile | |
parent | 0eaf464332078d0b68aa45049ca6547e4253a5ed (diff) |
Notes
Diffstat (limited to 'www/py-plone.app.i18n/Makefile')
-rw-r--r-- | www/py-plone.app.i18n/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/www/py-plone.app.i18n/Makefile b/www/py-plone.app.i18n/Makefile new file mode 100644 index 000000000000..c1f8a7845cad --- /dev/null +++ b/www/py-plone.app.i18n/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: py-plone.app.i18n +# Date created: 03 January 2012 +# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru> +# +# $FreeBSD$ +# + +PORTNAME= plone.app.i18n +PORTVERSION= 2.0.1 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= rm@FreeBSD.org +COMMENT= Plone specific i18n extensions + +LICENSE= GPLv2 + +DIST_SUBDIR= zope +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install +USE_ZIP= yes + +.include <bsd.port.mk> |