5dbb619dec
gallery-dl is a command-line program to download image galleries and image collections from several image hosting sites. Originally packaged in pkgsrc-wip by myself.
19 lines
545 B
Makefile
19 lines
545 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/09/04 09:35:26 leot Exp $
|
|
|
|
DISTNAME= gallery_dl-0.9.1
|
|
PKGNAME= ${DISTNAME:S/_/-/}
|
|
CATEGORIES= net python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gallery-dl/}
|
|
|
|
MAINTAINER= leot@NetBSD.org
|
|
HOMEPAGE= https://github.com/mikf/gallery-dl
|
|
COMMENT= Command-line program to download image galleries and collections
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-requests>=2.4.2:../../devel/py-requests
|
|
|
|
USE_LANGUAGES= # none
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|