mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
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
341 B
Makefile
20 lines
341 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= plone.app.i18n
|
|
PORTVERSION= 2.0.3
|
|
CATEGORIES= www python zope
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= zope
|
|
|
|
MAINTAINER= zope@FreeBSD.org
|
|
COMMENT= Plone specific i18n extensions
|
|
|
|
LICENSE= GPLv2
|
|
|
|
NO_ARCH= yes
|
|
USES= python zip
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|