23 lines
517 B
Makefile
23 lines
517 B
Makefile
# New ports collection makefile for: py-Products.PloneLanguageTool
|
|
# Date created: 03 January 2012
|
|
# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Products.PloneLanguageTool
|
|
PORTVERSION= 3.2.4
|
|
CATEGORIES= devel python zope
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= zope@FreeBSD.org
|
|
COMMENT= Allows to set the available languages in Plone site
|
|
|
|
LICENSE= GPLv2
|
|
|
|
DIST_SUBDIR= zope
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|