21 lines
482 B
Makefile
21 lines
482 B
Makefile
# New ports collection makefile for: py-zope.i18nmessageid
|
|
# Date created: 2011-03-21
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= zope.i18nmessageid
|
|
PORTVERSION= 3.6.1
|
|
CATEGORIES= textproc www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= Message Identifiers for internationalization
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
PYEASYINSTALL_ARCHDEP=yes
|
|
|
|
.include <bsd.port.mk>
|