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-04-18 02:00:15 +00:00
|
|
|
# $Id: Makefile,v 1.1.1.1 1995/04/17 06:02:33 asami Exp $
|
1995-04-17 06:02:34 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
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
|
|
|
|
|
1995-04-18 02:00:15 +00:00
|
|
|
#
|
|
|
|
# This isn't really interactive, but the Configure script checks for
|
|
|
|
# file descriptor 0, so it won't run if you </dev/null to run a
|
|
|
|
# nightly batch build....
|
|
|
|
#
|
|
|
|
IS_INTERACTIVE= yes
|
|
|
|
|
1995-04-17 06:02:34 +00:00
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
CONFIGURE_SCRIPT= Configure
|
|
|
|
CONFIGURE_ARGS= -sde
|
|
|
|
|
|
|
|
test:
|
|
|
|
@(cd ${WRKSRC}; make test)
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|