blob: ae8796bbe8df1c4f6e197507e61e52a1c4818671 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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>
|