Files
bsdports/python/py-zope.i18nmessageid/Makefile
2019-12-26 07:26:06 +00:00

18 lines
460 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD: head/textproc/py-zope.i18nmessageid/Makefile 374183 2014-12-07 10:01:36Z mva $
PORTNAME= zope.i18nmessageid
PORTVERSION= 3.6.1
CATEGORIES= textproc www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Message Identifiers for internationalization
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>