head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.05.54.21;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.03.13.16.14.39;	author pgollucci;	state Exp;
branches;
next	1.3;

1.3
date	2012.03.08.18.44.42;	author pgollucci;	state Exp;
branches;
next	1.2;

1.2
date	2011.11.21.19.16.40;	author lth;	state Exp;
branches;
next	1.1;

1.1
date	2011.10.26.14.30.41;	author lth;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	archivers/p5-Archive-Peek
# Date created:				01 September 2011
# Whom:					Lars Thegler <lth@@FreeBSD.org>
#
# $FreeBSD: head/archivers/p5-Archive-Peek/Makefile 300895 2012-07-14 12:56:14Z beat $
#

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

PERL_CONFIGURE=	yes

MAN3=		Archive::Peek.3

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

.include <bsd.port.mk>
@


1.4
log
@- Revert ports/165605 as requested by portmgr@@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
@
text
@d29 3
@


1.2
log
@Update to 0.35

Feature safe: yes
@
text
@a28 3
regression-test: build
	cd ${WRKSRC}/ && ${MAKE} test

@


1.1
log
@Add p5-Archive-Peek 0.34, peek into archives without extracting them.
@
text
@d9 1
a9 1
PORTVERSION=	0.34
@

