pkgsrc/devel/py-speaklater/Makefile
kleink 22d98af411 Import speaklater-1.3 as devel/py-speaklater.
Speaklater is a module that provides lazy strings for translations.
Basically you get an object that appears to be a string but changes
the value every time the value is evaluated based on a callable
you provide.
2013-04-01 17:35:59 +00:00

16 lines
478 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/04/01 17:35:59 kleink Exp $
DISTNAME= speaklater-1.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= http://pypi.python.org/packages/source/s/speaklater/
MAINTAINER= kleink@NetBSD.org
HOMEPAGE= http://github.com/mitsuhiko/speaklater
COMMENT= Implements a lazy string for python useful for use with gettext
LICENSE= modified-bsd
USE_LANGUAGES= # empty
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"