summaryrefslogtreecommitdiff
path: root/www/urlgrabber/Makefile
blob: cd180a1b337a63a5ab1573de9ce98073b39a560e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $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"