blob: 471b41a43ded8d68f870658bb910b15dbe45bd1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= translationstring
PORTVERSION= 1.3
CATEGORIES= textproc www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Utility library for i18n relied on by various Repoze packages
LICENSE= BSDMV
LICENSE_NAME= BSD Modification Variant
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|