aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/p5-Archive-Extract-Libarchive/Makefile
blob: 0b7499516864c112bfda386857d479a9bed235b5 (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
# New ports collection makefile for:    p5-Archive-Extract-Libarchive
# Date created:     2011-10-23
# Whom:         Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Archive-Extract-Libarchive
PORTVERSION=    0.36
CATEGORIES= archivers perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    A generic archive extracting mechanism (using libarchive)

BUILD_DEPENDS=  p5-Object-Tiny>=0:${PORTSDIR}/devel/p5-Object-Tiny
RUN_DEPENDS=    p5-Object-Tiny>=0:${PORTSDIR}/devel/p5-Object-Tiny

PERL_MODBUILD=  yes

MAN3=       Archive::Extract::Libarchive.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501000
BUILD_DEPENDS+= p5-ExtUtils-CBuilder>=0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
.endif

.include <bsd.port.post.mk>