aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-translationstring/Makefile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2015-01-14 10:29:56 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2015-01-14 10:29:56 +0000
commit0dc17a4d94eaacefd9535ecba4512cb26055cd3c (patch)
treed4c697338e801223cc58224fd0830abc7de12fdc /textproc/py-translationstring/Makefile
parentb7fcd3c347c87caf41b4157ede80089c19c3af3f (diff)
downloadports-0dc17a4d94eaacefd9535ecba4512cb26055cd3c.tar.gz
ports-0dc17a4d94eaacefd9535ecba4512cb26055cd3c.zip
textproc/py-translationstring: Update version 0.4=>1.3
- Add LICENSE (BSDMV) - Take Maintainership Differential Revision: https://reviews.freebsd.org/D1525 Approved by: bapt(mentor)
Notes
Notes: svn path=/head/; revision=377007
Diffstat (limited to 'textproc/py-translationstring/Makefile')
-rw-r--r--textproc/py-translationstring/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/textproc/py-translationstring/Makefile b/textproc/py-translationstring/Makefile
index 7c2162b790fc..471b41a43ded 100644
--- a/textproc/py-translationstring/Makefile
+++ b/textproc/py-translationstring/Makefile
@@ -2,15 +2,19 @@
# $FreeBSD$
PORTNAME= translationstring
-PORTVERSION= 0.4
-PORTREVISION= 1
+PORTVERSION= 1.3
CATEGORIES= textproc www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports@FreeBSD.org
+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