aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-CGI.pm/Makefile
blob: b3356d72feafce45d5ebb387535bcde0cea7b83e (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
# New ports collection makefile for:    www/p5-CGI.pm
# Date created:             12 July 2001
# Whom:                 Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   CGI.pm
PORTVERSION=    2.753
CATEGORIES= www perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= CGI
PKGNAMEPREFIX=  p5-

MAINTAINER= tobez@FreeBSD.org

PERL_CONFIGURE= yes

MAN3=   CGI.3 CGI::Apache.3 CGI::Carp.3 CGI::Cookie.3 CGI::Fast.3 \
    CGI::Pretty.3 CGI::Push.3 CGI::Switch.3 CGI::Util.3
MANPREFIX=  ${PREFIX}/lib/perl5/${PERL_VERSION}

pre-patch:
    @${PERL} -pi -e '$$_ = "" if /INSTALLDIRS/' ${WRKSRC}/Makefile.PL

.include <bsd.port.mk>