summaryrefslogtreecommitdiff
path: root/lang/perl5.8/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-17 06:02:34 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-17 06:02:34 +0000
commitd3124d07cd8f311591d6a8eae6bdaf42add74250 (patch)
tree105c6e437b5465bd8c47cc2324d93b0d32e3ab48 /lang/perl5.8/Makefile
parentLinemode http browser, 3.0. You can use it on a dumb terminal too! (diff)
Perl5 port by Mark Murray. People, beat this!
Submitted by: Mark Murray <markm@freebsd.org>
Notes
Notes: svn path=/head/; revision=1419
Diffstat (limited to 'lang/perl5.8/Makefile')
-rw-r--r--lang/perl5.8/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/lang/perl5.8/Makefile b/lang/perl5.8/Makefile
new file mode 100644
index 000000000000..a29e1dbc2813
--- /dev/null
+++ b/lang/perl5.8/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: perl5
+# Version required: 5.001
+# Date created: 16 April 1995
+# Whom: markm
+#
+# $Id: Makefile,v 1.8 1995/04/15 05:44:51 asami Exp $
+#
+
+DISTNAME= perl5.001
+PKGNAME= perl-5.001
+CATEGORIES+= languages
+MASTER_SITES= ftp://ftp.sun.ac.za/pub/gnu/
+EXTRACT_SUFX= .tar.gz
+
+MAINTAINER= markm@FreeBSD.ORG
+
+HAS_CONFIGURE= yes
+CONFIGURE_SCRIPT= Configure
+CONFIGURE_ARGS= -sde
+
+test:
+ @(cd ${WRKSRC}; make test)
+
+.include <bsd.port.mk>