9187eb35da
Changelogs: https://plone.org/products/plone/releases/4.3.3 https://plone.org/products/plone/releases/4.3.4 https://plone.org/products/plone/releases/4.3.5 https://plone.org/products/plone/releases/4.3.6 https://plone.org/products/plone/releases/4.3.7 MFH: 2016Q1 Security: 6b3374d4-6b0b-11e5-9909-002590263bf5
20 lines
392 B
Makefile
20 lines
392 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Products.PloneLanguageTool
|
|
PORTVERSION= 3.2.7
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python zope
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= zope
|
|
|
|
MAINTAINER= zope@FreeBSD.org
|
|
COMMENT= Allows to set the available languages in Plone site
|
|
|
|
LICENSE= GPLv2
|
|
|
|
NO_ARCH= yes
|
|
USES= python zip
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|