blob: ac545369e1b80f3d22b666c1fa8ca06c64208cad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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:3.6+ zip
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
|