aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/p5-Archive-Tar/Makefile
blob: 74043bf7914d8859ccd95659a0e9e2faa7f0386d (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
34
35
# New ports collection makefile for:    p5-Archive-Tar
# Date created:             Nov 14 2000
# Whom:                     Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#

PORTNAME=   Archive-Tar
PORTVERSION=    1.23
CATEGORIES= archivers perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Archive
PKGNAMEPREFIX=  p5-

MAINTAINER= ports@oven.org
COMMENT=    Perl module for creation and manipulation of tar files

RUN_DEPENDS=    ${SITE_PERL}/IO/Zlib.pm:${PORTSDIR}/archivers/p5-IO-Zlib \
        ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String
BUILD_DEPENDS=  ${RUN_DEPENDS}

PERL_CONFIGURE= YES

MAN3=       Archive::Tar.3 Archive::Tar::File.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
RUN_DEPENDS+=   ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
.endif
.if ${PERL_LEVEL} < 500800
RUN_DEPENDS+=   ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
.endif

.include <bsd.port.post.mk>