freebsd-ports/textproc/py-zope.i18nmessageid/Makefile
Dmitry Marakasov 594130fece - Add LICENSE
Approved by:	portmgr blanket
2018-05-26 09:04:16 +00:00

21 lines
449 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
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
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>