freebsd-ports/archivers/p5-Archive-Libarchive/Makefile
Po-Chuan Hsieh 63a3a5fd86
archivers/p5-Archive-Libarchive: Add p5-Archive-Libarchive 0.08
Archive::Libarchive provides a Perl object-oriented interface to the libarchive
library. The libarchive library is the API used to implemnt bsdtar, the default
tar implementation on a number of operating systems, including FreeBSD, macOS
and Windows. It can also be installed on most Linux distributions. But wait,
there is more, libarchive supports a number of formats, compressors and filters
transparently, so it can be a useful when used as a universal
archiver/extractor.
2022-10-04 01:10:12 +08:00

38 lines
1.2 KiB
Makefile

PORTNAME= Archive-Libarchive
PORTVERSION= 0.08
CATEGORIES= archivers perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Modern Perl bindings to libarchive
WWW= https://metacpan.org/dist/Archive-Libarchive
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-FFI-C-Stat>=0:devel/p5-FFI-C-Stat \
p5-FFI-CheckLib>=0.30:devel/p5-FFI-CheckLib \
p5-FFI-Platypus>=1.38:devel/p5-FFI-Platypus \
p5-FFI-Platypus-Type-Enum>=0.05:devel/p5-FFI-Platypus-Type-Enum \
p5-FFI-Platypus-Type-PtrObject>=0:devel/p5-FFI-Platypus-Type-PtrObject \
p5-Ref-Util>=0:devel/p5-Ref-Util
TEST_DEPENDS= p5-FFI-C>=0:devel/p5-FFI-C \
p5-File-chdir>=0:devel/p5-File-chdir \
p5-Path-Tiny>=0:devel/p5-Path-Tiny \
p5-Sub-Identify>=0:devel/p5-Sub-Identify \
p5-Term-Table>=0:devel/p5-Term-Table \
p5-Test-Archive-Libarchive>=0:devel/p5-Test-Archive-Libarchive \
p5-Test-Script>=1.09:devel/p5-Test-Script \
p5-Test2-Suite>=0.000121:devel/p5-Test2-Suite \
p5-Test2-Tools-MemoryCycle>=0:devel/p5-Test2-Tools-MemoryCycle
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>