aboutsummaryrefslogtreecommitdiffstats
path: root/lang/p5-ePerl/Makefile
blob: 13358867a5cd4e5ad8795d72a9c7d95ca67c02b1 (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
# New ports collection makefile for:    p5-ePerl
# Version required: 2.2.14
# Date created:     03-Sep-1997
# Whom:             Ralf S. Engelschall <rse@engelschall.com>
#
# $Id: Makefile,v 1.16 1998/08/22 19:55:01 jseger Exp $
#

DISTNAME=   eperl-2.2.14
PKGNAME=    p5-ePerl-2.2.14
CATEGORIES= lang www perl5
MASTER_SITES=   http://www.engelschall.com/sw/eperl/distrib/ \
        ftp://ftp.engelschall.com/sw/eperl/ \
        ftp://ftp.hyperreal.org/software/engelschall/eperl/ \
        ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=Parse

MAINTAINER= rse@engelschall.com

USE_PERL5=  YES

MAN3=       Parse::ePerl.3 Apache::ePerl.3
MANPREFIX=  ${PREFIX}/lib/perl5/${PERL_VERSION}

do-configure:
    @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL

.include <bsd.port.mk>