summaryrefslogtreecommitdiff
path: root/archivers/atool/Makefile
blob: dccb58de092ec2a0096db4c43627224ba54cde48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	atool
PORTVERSION=	0.39.0
PORTREVISION=	1
CATEGORIES=	archivers
MASTER_SITES=	SAVANNAH

MAINTAINER=	mcy@lm7.fr
COMMENT=	Manage file archives of various types
WWW=		https://www.nongnu.org/atool/

LICENSE=	GPLv2

GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USES=		gmake perl5
USE_PERL5=	build run
NO_ARCH=	yes

.include <bsd.port.mk>