aboutsummaryrefslogtreecommitdiff
path: root/www/py-pysmartdl/Makefile
blob: 168e45a83d5bb74abfbbf956884c481225055091 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Mark Felder <feld@FreeBSD.org>

PORTNAME=	pysmartdl
PORTVERSION=	1.3.4
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	pySmartDL-${PORTVERSION}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Smart download manager for Python

LICENSE=	UNLICENSE
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		python:3.4+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>