summaryrefslogtreecommitdiff
path: root/www/urlgrabber/Makefile
blob: 46342c4ce54f1dcf61636ee51b8792ae4f632ed9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.4 2009/02/09 22:56:28 joerg Exp $
#

DISTNAME=	urlgrabber-3.1.0
PKGREVISION=	1
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"