aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-zope.i18nmessageid/Makefile
blob: cf174df97ffb4103cf96cf81a10f7ff7ab126357 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: 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= zope@FreeBSD.org
COMMENT=    Message Identifiers for internationalization

USE_PYTHON= yes
USE_PYDISTUTILS=    easy_install
PYEASYINSTALL_ARCHDEP=yes

NO_STAGE=   yes
.include <bsd.port.mk>