aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/p5-Archive-Peek/Makefile
blob: 96fc5295ddcd7a70b55879ef7e98a09edb1e4fe1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:    archivers/p5-Archive-Peek
# Date created:             01 September 2011
# Whom:                 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

MAN3=       Archive::Peek.3

regression-test: build
    cd ${WRKSRC}/ && ${MAKE} test

.include <bsd.port.mk>