aboutsummaryrefslogtreecommitdiff
path: root/archivers/py-patool/Makefile
blob: e010e887bf2991b4fd37c067b6719239f883fbe4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	patool
PORTVERSION=	1.12
CATEGORIES=	archivers python
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	acm@FreeBSD.org
COMMENT=	portable command line archive file manager
WWW=		https://github.com/wummel/patool/

LICENSE=	GPLv3

USE_GITHUB=	yes
GH_ACCOUNT=	wummel
GH_PROJECT=	${PORTNAME}
GH_TAGNAME=	4928f3fc5083248ec83bbf6b02b5d9089c309100

USES=		python:3.6+
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>