mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
20 lines
371 B
Makefile
20 lines
371 B
Makefile
# Created by: Mark Felder <feld@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pySmartDL
|
|
PORTVERSION= 1.2.4
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Smart download manager for Python
|
|
|
|
RUN_DEPENDS= ${PY_FUTURES}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|