freebsd-ports/textproc/py-elib.intl/Makefile
Marcus von Appen 1fd066ebe5 - Convert textproc/ to USES=python
With hat:	python@
2014-12-07 10:01:36 +00:00

22 lines
398 B
Makefile

# $FreeBSD$
PORTNAME= elib.intl
PORTVERSION= 0.0.3
PORTREVISION= 2
CATEGORIES= textproc python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= Enhanced internationalization services for Python modules
LICENSE= LGPL3
GH_ACCOUNT= dieterv
GH_TAGNAME= ${GH_COMMIT}
GH_COMMIT= d09997c
USE_GITHUB= yes
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>