1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/textproc/py-translationstring/Makefile
Muhammad Moinur Rahman 0dc17a4d94 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)
2015-01-14 10:29:56 +00:00

22 lines
537 B
Makefile

# 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>