aboutsummaryrefslogtreecommitdiffstats
path: root/misc/p5-Array-PrintCols/Makefile
blob: ad44816706ffa7cb03e21fceae7e6cdd4dc67cb5 (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-Array-PrintCols
# Version required:         1.2
# Date created:             October 17th 1996
# Whom:                     James FitzGibbon <jfitz@FreeBSD.org>
#
#   $Id: Makefile,v 1.2 1996/10/24 09:57:40 jfitz Exp $
#

DISTNAME=   Array-PrintCols-1.2
PKGNAME=    p5-Array-PrintCols-1.2
CATEGORIES= misc
MASTER_SITES=   ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Array/ \
        ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/Array/ \
        ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/Array/ \
        ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/Array/ \
        ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/Array/ \
        ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/Array/

MAINTAINER= jfitz@FreeBSD.ORG

BUILD_DEPENDS=  perl5.003:${PORTSDIR}/lang/perl5
RUN_DEPENDS=    perl5.003:${PORTSDIR}/lang/perl5

NO_BUILD=   YES

WRKSRC=     ${WRKDIR}/Array-PrintCols

post-install:
.if !defined(NOMANCOMPRESS)
        @ for file in ; do \
            gzip -9nf ${PREFIX}/lib/perl5/man/man3/$$file.3; \
        done
.endif

.include <bsd.port.mk>