Tweak deskutils/just version 1.5.0
[dports.git] / www / py-pysmartdl / Makefile
1 PORTNAME=       pysmartdl
2 PORTVERSION=    1.3.4
3 PORTREVISION=   1
4 CATEGORIES=     www python
5 MASTER_SITES=   CHEESESHOP
6 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
7 DISTNAME=       pySmartDL-${PORTVERSION}
8
9 MAINTAINER=     sunpoet@FreeBSD.org
10 COMMENT=        Smart download manager for Python
11 WWW=            https://github.com/iTaybb/pySmartDL
12
13 LICENSE=        UNLICENSE
14 LICENSE_FILE=   ${WRKSRC}/LICENSE.txt
15
16 USES=           python:3.4+
17 USE_PYTHON=     autoplist concurrent distutils
18
19 NO_ARCH=        yes
20
21 .include <bsd.port.mk>