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

PORTNAME=   Archive-Tar
PORTVERSION=    0.23
CATEGORIES= archivers perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Archive
PKGNAMEPREFIX=  p5-
EXTRACT_SUFX=   .tgz

MAINTAINER= roman@xpert.com
COMMENT=    Perl module for creation and manipulation of tar files

BUILD_DEPENDS=  ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS=    ${BUILD_DEPENDS} \
        ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib

PERL_CONFIGURE= YES

MAN3=       Archive::Tar.3 Archive::Tar::Win32.3
MANPREFIX=  ${PREFIX}/lib/perl5/${PERL_VERSION}

.include <bsd.port.mk>