1995-04-17 06:02:34 +00:00
|
|
|
# New ports collection makefile for: perl5
|
1996-07-13 19:29:49 +00:00
|
|
|
# Version required: 5.003
|
1995-04-17 06:02:34 +00:00
|
|
|
# Date created: 16 April 1995
|
|
|
|
# Whom: markm
|
|
|
|
#
|
1996-11-12 02:19:40 +00:00
|
|
|
# $Id: Makefile,v 1.10 1996/07/13 19:29:37 markm Exp $
|
1995-04-17 06:02:34 +00:00
|
|
|
#
|
|
|
|
|
1996-07-13 19:29:49 +00:00
|
|
|
DISTNAME= perl5.003
|
|
|
|
PKGNAME= perl-5.003
|
1996-11-12 02:19:40 +00:00
|
|
|
CATEGORIES= lang devel
|
1996-07-13 19:29:49 +00:00
|
|
|
MASTER_SITES= ftp://ftp.funet.fi/pub/languages/perl/CPAN/src/5.0/ \
|
|
|
|
ftp://ftp.is.co.za/pub/perl/CPAN/src/5.0/ \
|
|
|
|
ftp://dong.math.ncu.edu.tw/perl/CPAN/src/5.0/ \
|
|
|
|
ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/src/5.0/ \
|
|
|
|
ftp://ftp.pasteur.fr/pub/computing/unix/perl/CPAN/src/5.0/ \
|
|
|
|
ftp://ftp.sunet.se/pub/lang/perl/CPAN/src/5.0/ \
|
|
|
|
ftp://ftp.switch.ch/mirror/CPAN/src/5.0/ \
|
|
|
|
ftp://unix.hensa.ac.uk/mirrors/perl-CPAN/src/5.0/ \
|
|
|
|
ftp://ftp.cis.ufl.edu/pub/perl/CPAN/src/5.0/ \
|
|
|
|
ftp://ftp.delphi.com/pub/mirrors/packages/perl/CPAN/src/5.0/ \
|
|
|
|
ftp://uiarchive.cso.uiuc.edu/pub/lang/perl/CPAN/src/5.0/
|
1995-04-17 06:02:34 +00:00
|
|
|
|
|
|
|
MAINTAINER= markm@FreeBSD.ORG
|
|
|
|
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
CONFIGURE_SCRIPT= Configure
|
1995-04-24 15:17:40 +00:00
|
|
|
CONFIGURE_ARGS= -sde -Dprefix=${PREFIX}
|
1995-04-17 06:02:34 +00:00
|
|
|
|
1996-03-16 13:04:53 +00:00
|
|
|
PERLMAN= "" book bot call data debug diag embed form func guts ipc lol mod \
|
|
|
|
obj op ovl pod re ref run sec style sub syn tie toc trap var xs \
|
|
|
|
xstut
|
1995-04-23 17:21:34 +00:00
|
|
|
|
1995-04-17 06:02:34 +00:00
|
|
|
test:
|
|
|
|
@(cd ${WRKSRC}; make test)
|
|
|
|
|
1995-04-23 17:21:34 +00:00
|
|
|
|
|
|
|
post-install:
|
1996-03-18 01:01:44 +00:00
|
|
|
.if !defined(NOMANCOMPRESS)
|
1995-04-23 17:21:34 +00:00
|
|
|
@for m in ${PERLMAN}; do gzip -9nf ${PREFIX}/man/man1/perl$$m.1; done
|
|
|
|
@gzip -9nf ${PREFIX}/man/man1/a2p.1
|
|
|
|
@gzip -9nf ${PREFIX}/man/man1/s2p.1
|
1996-03-18 01:01:44 +00:00
|
|
|
.endif
|
1995-04-23 17:21:34 +00:00
|
|
|
@strip ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl
|
|
|
|
|
1995-04-17 06:02:34 +00:00
|
|
|
.include <bsd.port.mk>
|