aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/p5-Compress-Zlib/Makefile
blob: 6fbb6466f1901ee1936c2b8401ac8ac328e53a75 (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
# New ports collection makefile for:    p5-Compress-Zlib
# Date created:             October 20th 1996
# Whom:                     James FitzGibbon <jfitz@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Compress-Zlib
PORTVERSION=    2.002
CATEGORIES= archivers perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Compress
PKGNAMEPREFIX=  p5-

MAINTAINER= demon@FreeBSD.org
COMMENT=    Perl5 interface to zlib compression library

BUILD_DEPENDS=  ${SITE_PERL}/${PERL_ARCH}/Compress/Raw/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib \
        ${SITE_PERL}/IO/Uncompress/Gunzip.pm:${PORTSDIR}/archivers/p5-IO-Compress-Zlib
RUN_DEPENDS=    ${BUILD_DEPENDS}

PERL_CONFIGURE= YES

MAN3=       Compress::Zlib.3

.include <bsd.port.mk>