mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
0dc17a4d94
- Add LICENSE (BSDMV) - Take Maintainership Differential Revision: https://reviews.freebsd.org/D1525 Approved by: bapt(mentor)
22 lines
537 B
Makefile
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>
|