aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-CGI-modules/Makefile
blob: 4a047db62ade2bc794a3602f3e60e51c6d11959a (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
29
30
31
32
33
34
# New ports collection makefile for:    p5-CGI
# Version required:         2.75
# Date created:             September 30th 1996
# Whom:                     James FitzGibbon <jfitz@FreeBSD.org>
#
#   $Id$
#

DISTNAME=   CGI-modules-2.75
PKGNAME=    p5-CGI-2.75
CATEGORIES+=    www
MASTER_SITES=   ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/CGI/ \
        ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/CGI/ \
        ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/CGI/ \
        ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/CGI/ \
        ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/CGI/ \
        ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/CGI/

MAINTAINER= jfitz@FreeBSD.ORG

BUILD_DEPENDS=  perl5.003:${PORTSDIR}/lang/perl5 \
        ${PREFIX}/lib/perl5/site_perl/URI/Escape.pm:${PORTSDIR}/www/p5-libwww

do-configure:
        @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL

post-install:   
.if !defined(NOMANCOMPRESS)
        @ for file in CGI::Base.3 CGI::BasePlus.3 CGI::Carp.3 CGI::Form.3 CGI::MiniSvr.3 CGI::Request.3; do \
            gzip -9nf ${PREFIX}/lib/perl5/man/man3/$$file; \
        done
.endif

.include <bsd.port.mk>