1995-04-17 06:02:34 +00:00
|
|
|
# New ports collection makefile for: perl5
|
|
|
|
# Version required: 5.001
|
|
|
|
# Date created: 16 April 1995
|
|
|
|
# Whom: markm
|
|
|
|
#
|
1995-07-04 17:31:51 +00:00
|
|
|
# $Id: Makefile,v 1.5 1995/04/24 15:17:40 jmz Exp $
|
1995-04-17 06:02:34 +00:00
|
|
|
#
|
|
|
|
|
1995-07-04 17:31:51 +00:00
|
|
|
DISTNAME= perl5.001m
|
1995-04-17 06:02:34 +00:00
|
|
|
PKGNAME= perl-5.001
|
1995-04-19 08:12:00 +00:00
|
|
|
CATEGORIES+= languages development programming
|
1995-07-04 17:31:51 +00:00
|
|
|
MASTER_SITES= ftp://ftp.netlabs.com/pub/outgoing/perl5.0/ ftp://ftp.wpi.edu/perl5/
|
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
|
|
|
|
1995-04-23 17:21:34 +00:00
|
|
|
PERLMAN= "" api book bot call data debug diag embed form func guts ipc mod \
|
|
|
|
obj op ovl pod re ref run sec style sub syn trap var
|
|
|
|
|
1995-04-17 06:02:34 +00:00
|
|
|
test:
|
|
|
|
@(cd ${WRKSRC}; make test)
|
|
|
|
|
1995-04-23 17:21:34 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@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
|
|
|
|
@strip ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl
|
|
|
|
|
1995-04-17 06:02:34 +00:00
|
|
|
.include <bsd.port.mk>
|