a8af4e574b
The purpose of this package is to generate random (plausible) text sentences and paargraphs based on a dictionary and a sample text. By default this package will generate Lorem Ipsum style text, but you can customize the generator to effectively load any dictionary and any sample text you like.
14 lines
414 B
Makefile
14 lines
414 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/08/20 07:19:51 wiz Exp $
|
|
|
|
DISTNAME= loremipsum-1.0.5
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=l/loremipsum/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://pypi.python.org/pypi/loremipsum
|
|
COMMENT= Lorem Ipsum text generator
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|