mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 19:30:46 -04:00
19 lines
357 B
Makefile
19 lines
357 B
Makefile
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>
|