pkgsrc/www/urlgrabber/Makefile
2008-05-21 11:00:56 +00:00

21 lines
607 B
Makefile

# $NetBSD: Makefile,v 1.3 2008/05/21 11:00:56 drochner Exp $
#
DISTNAME= urlgrabber-3.1.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
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
PYTHON_VERSIONS_ACCEPTED= 25 24 23
PYDISTUTILSPKG= yes
PY_PATCHPLIST= yes
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"