mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
b8cc0650dd
Approved by: portmgr blanket
20 lines
321 B
Makefile
20 lines
321 B
Makefile
# Created by: Matteo Cypriani <mcy@lm7.fr>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= atool
|
|
PORTVERSION= 0.39.0
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= SAVANNAH
|
|
|
|
MAINTAINER= mcy@lm7.fr
|
|
COMMENT= Manage file archives of various types
|
|
|
|
LICENSE= GPLv2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake perl5
|
|
USE_PERL5= build run
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|