mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
28 lines
706 B
Makefile
28 lines
706 B
Makefile
# Created by: Lars Thegler <lth@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Archive-Peek
|
|
PORTVERSION= 0.35
|
|
CATEGORIES= archivers perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lth@FreeBSD.org
|
|
COMMENT= Peek into archives without extracting them
|
|
|
|
BUILD_DEPENDS= p5-Archive-Tar>=0:${PORTSDIR}/archivers/p5-Archive-Tar \
|
|
p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \
|
|
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
|
|
p5-MooseX-Types-Path-Class>=0:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
TEST_DEPENDS= p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
regression-test: build
|
|
cd ${WRKSRC}/ && ${MAKE} test
|
|
|
|
.include <bsd.port.mk>
|