aboutsummaryrefslogtreecommitdiffstats
path: root/lang/perl5.16/Makefile
blob: a29e1dbc2813e5b0a46d77d7260c16811223437f (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
# 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>