pkgsrc/textproc/py-Lupy/Makefile
recht f867299975 - use MASTER_SITE_SOURCEFORGE instead of one singe sf.net mirror
- sort Python versions
- sort PLIST
- bl3ify
2004-03-09 21:31:16 +00:00

20 lines
494 B
Makefile

# $NetBSD: Makefile,v 1.2 2004/03/09 21:31:16 recht Exp $
#
DISTNAME= Lupy-0.1.5.5.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lupy/}
MAINTAINER= dotz@irc.pl
HOMEPAGE= http://divmod.org/Lupy/index.html
COMMENT= Full-text indexer and search engine
USE_BUILDLINK3= yes
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
PYTHON_VERSIONS_ACCEPTED= 23pth 22pth 23 22
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"