![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / www / urlgrabber / Makefile (download)
Revision 1.20, Mon Sep 2 13:20:02 2019 UTC (4 years, 2 months ago) by adam
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 |
# $NetBSD: Makefile,v 1.20 2019/09/02 13:20:02 adam Exp $ DISTNAME= urlgrabber-3.1.0 PKGREVISION= 4 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/distutils.mk" .include "../../mk/bsd.pkg.mk"