ports/www/py-pySmartDL/Makefile
Sunpoet Po-Chuan Hsieh 66b0859aad Update to 1.2.5
- Update WWW
- Take maintainership

Changes:	https://github.com/iTaybb/pySmartDL/blob/master/ChangeLog.txt
2018-11-26 18:59:54 +00:00

20 lines
384 B
Makefile

# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
PORTNAME= pySmartDL
PORTVERSION= 1.2.5
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Smart download manager for Python
RUN_DEPENDS= ${PY_FUTURES}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>