2006-05-31 19:53:03 +02:00
|
|
|
# New ports collection makefile for: p5-Archive-Extract
|
|
|
|
# Date created: 28 May 2006
|
|
|
|
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Archive-Extract
|
2008-12-24 09:22:27 +01:00
|
|
|
PORTVERSION= 0.30
|
2006-05-31 19:53:03 +02:00
|
|
|
CATEGORIES= archivers perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-05-31 19:53:03 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-07-23 04:43:55 +02:00
|
|
|
MAINTAINER= pgollucci@FreeBSD.org
|
2006-05-31 19:53:03 +02:00
|
|
|
COMMENT= A generic archive extracting mechanism
|
|
|
|
|
2008-11-13 21:06:36 +01:00
|
|
|
RUN_DEPENDS= p5-IPC-Cmd>=0.42:${PORTSDIR}/devel/p5-IPC-Cmd
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2006-05-31 19:53:03 +02:00
|
|
|
|
|
|
|
MAN3= Archive::Extract.3
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2007-06-15 20:46:49 +02:00
|
|
|
.include <bsd.port.mk>
|