2017-07-31 00:32:10 +02:00
|
|
|
# $NetBSD: Makefile,v 1.2 2017/07/30 22:32:16 wiz Exp $
|
2017-03-07 19:15:21 +01:00
|
|
|
|
|
|
|
DISTNAME= requests-ftp-0.3.1
|
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests-ftp/}
|
|
|
|
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
2017-07-31 00:32:10 +02:00
|
|
|
HOMEPAGE= https://github.com/Lukasa/requests-ftp
|
2017-03-07 19:15:21 +01:00
|
|
|
COMMENT= FTP transport adapter for use with the requests Python lib
|
|
|
|
LICENSE= apache-2.0
|
|
|
|
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-requests>=1.0.0:../../devel/py-requests
|
|
|
|
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|