1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/archivers/p5-Archive-Tar-Wrapper/Makefile
2019-08-26 11:47:28 +00:00

28 lines
601 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Archive-Tar-Wrapper
PORTVERSION= 0.37
CATEGORIES= archivers perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= API wrapper around the 'tar' utility
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-File-Which>=0:sysutils/p5-File-Which \
p5-IPC-Run>=0:devel/p5-IPC-Run \
p5-Log-Log4perl>=0:devel/p5-Log-Log4perl
TEST_DEPENDS= p5-Dumbbench>=0.111:benchmarks/p5-Dumbbench
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>