pkgsrc/www/urlgrabber/Makefile
wiz c37a8eac68 Import urlgrabber-3.0.0 as www/urlgrabber.
urlgrabber is a pure python package that drastically simplifies
the fetching of files. It is designed to be used in programs that
need common (but not necessarily simple) url-fetching features.
It is extremely simple to drop into an existing program and provides
a clean interface to protocol-independant file-access. Best of all,
urlgrabber takes care of all those pesky file-fetching details,
and lets you focus on whatever it is that your program is written
to do!
2008-03-14 01:29:28 +00:00

18 lines
526 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/03/14 01:29:28 wiz Exp $
#
DISTNAME= urlgrabber-3.0.0
CATEGORIES= www devel
MASTER_SITES= http://linux.duke.edu/projects/urlgrabber/download/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://linux.duke.edu/projects/urlgrabber/download/
COMMENT= Python package that drastically simplifies the fetching of files
USE_LANGUAGES= # none
PYTHON_VERSIONS_ACCEPTED= 24 23 22
PYDISTUTILSPKG= yes
PY_PATCHPLIST= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"