pkgsrc/www/urlgrabber/Makefile
obache 5fa8d7d566 * distutilify
* removing PYTHON_VERSION restriction result in default acceptable python.
Bump PKGREVISION.
2011-06-14 10:04:07 +00:00

19 lines
509 B
Makefile

# $NetBSD: Makefile,v 1.8 2011/06/14 10:04:07 obache Exp $
#
DISTNAME= urlgrabber-3.1.0
PKGREVISION= 2
CATEGORIES= www devel
MASTER_SITES= http://urlgrabber.baseurl.org/download/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://urlgrabber.baseurl.org/
COMMENT= Python package that drastically simplifies the fetching of files
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"