freebsd-ports/devel/py-setuptools-gettext/Makefile

20 lines
409 B
Makefile
Raw Normal View History

PORTNAME= setuptools-gettext
PORTVERSION= 0.1.3
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= fullermd@over-yonder.net
COMMENT= Setuptools plugin for gettext
WWW= https://github.com/breezy-team/setuptools-gettext
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>