1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/archivers/p5-Archive-Peek/Makefile
2021-04-06 16:31:07 +02:00

27 lines
600 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
PORTNAME= Archive-Peek
PORTVERSION= 0.35
PORTREVISION= 2
CATEGORIES= archivers perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Peek into archives without extracting them
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
p5-Moose>=0:devel/p5-Moose \
p5-MooseX-Types-Path-Class>=0:devel/p5-MooseX-Types-Path-Class
TEST_DEPENDS= p5-Test-Pod>=1.14:devel/p5-Test-Pod
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>