aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-zope.i18nmessageid/Makefile
blob: 2e83ac30421357112cd67f04cbac24cd5d34311c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>

PORTNAME=	zope.i18nmessageid
PORTVERSION=	3.6.1
PORTREVISION=	1
CATEGORIES=	textproc www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR=	zope

MAINTAINER=	zope@FreeBSD.org
COMMENT=	Message Identifiers for internationalization

LICENSE=	ZPL21
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		python:3.6+
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>