summaryrefslogtreecommitdiff
path: root/lang/perl5.16/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/perl5.16/Makefile')
-rw-r--r--lang/perl5.16/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/lang/perl5.16/Makefile b/lang/perl5.16/Makefile
index 40142ee8bc09..c1142fc0971c 100644
--- a/lang/perl5.16/Makefile
+++ b/lang/perl5.16/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: perl5
-# Version required: 5.001
+# Version required: 5.002
# Date created: 16 April 1995
# Whom: markm
#
-# $Id: Makefile,v 1.6 1995/07/04 17:31:04 jmz Exp $
+# $Id$
#
-DISTNAME= perl5.001m
-PKGNAME= perl-5.001
+DISTNAME= perl5.002
+PKGNAME= perl-5.002
CATEGORIES+= lang devel
MASTER_SITES= ftp://ftp.netlabs.com/pub/outgoing/perl5.0/ ftp://ftp.wpi.edu/perl5/
@@ -17,8 +17,9 @@ 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
+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
test:
@(cd ${WRKSRC}; make test)