pkgsrc-wip/py-translationstring/Makefile

20 lines
472 B
Makefile

# $NetBSD$
DISTNAME= translationstring-1.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=t/translationstring/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= http://pylonsproject.org
COMMENT= Library for i18n relied on by various Repoze and Pyramid
LICENSE= modified-bsd
WRKSRC= ${WRKDIR}/translationstring-1.3
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"