16 lines
458 B
Makefile
16 lines
458 B
Makefile
# $NetBSD: Makefile,v 1.3 2017/07/30 22:32:16 wiz Exp $
|
|
|
|
DISTNAME= speaklater-1.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=s/speaklater/}
|
|
|
|
MAINTAINER= kleink@NetBSD.org
|
|
HOMEPAGE= https://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"
|