freebsd-ports/textproc/py-zope.i18nmessageid/Makefile
Ruslan Makhmatkhanov f210d95e72 - pass maintainership to zope@
- trim Makefile header, while here

Approved by:	clsung (maintainer, via linkedin)
Feature safe:   yes
2013-04-17 06:44:00 +00:00

17 lines
389 B
Makefile

# 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
.include <bsd.port.mk>