blob: 3a5fc543fcc32be184d85731fe4d47d3579ce67a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.23 2022/06/30 11:19:00 nia Exp $
DISTNAME= urlgrabber-3.1.0
PKGREVISION= 7
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
USE_LANGUAGES= # none
PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 3.1.0
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
|