1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/archivers/p5-Archive-Extract/Makefile
Philip M. Gollucci b43083409f Update my ports to my freebsd address
Approved by:    araujo (mentor)
2008-07-23 02:43:55 +00:00

25 lines
512 B
Makefile

# New ports collection makefile for: p5-Archive-Extract
# Date created: 28 May 2006
# Whom: Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Archive-Extract
PORTVERSION= 0.26
CATEGORIES= archivers perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= pgollucci@FreeBSD.org
COMMENT= A generic archive extracting mechanism
BUILD_DEPENDS= ${SITE_PERL}/IPC/Cmd.pm:${PORTSDIR}/devel/p5-IPC-Cmd
RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3= Archive::Extract.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>