aboutsummaryrefslogtreecommitdiff
path: root/lang/perl5.6/Makefile
blob: 40142ee8bc092d91a30d34252f61601555c28f45 (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
# New ports collection makefile for:	perl5
# Version required:	5.001
# Date created:		16 April 1995
# Whom:			markm
#
# $Id: Makefile,v 1.6 1995/07/04 17:31:04 jmz Exp $
#

DISTNAME=		perl5.001m
PKGNAME=		perl-5.001
CATEGORIES+=            lang devel
MASTER_SITES=           ftp://ftp.netlabs.com/pub/outgoing/perl5.0/ ftp://ftp.wpi.edu/perl5/

MAINTAINER=	markm@FreeBSD.ORG

HAS_CONFIGURE=		yes
CONFIGURE_SCRIPT=	Configure
CONFIGURE_ARGS=		-sde -Dprefix=${PREFIX}

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

test:
	@(cd ${WRKSRC}; make test)


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

.include <bsd.port.mk>