forked from Lainports/freebsd-ports
- Update WWW - Take maintainership Changes: https://github.com/iTaybb/pySmartDL/blob/master/ChangeLog.txt
20 lines
384 B
Makefile
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>
|