diff options
author | jfitz <jfitz@FreeBSD.org> | 1996-10-24 16:40:29 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1996-10-24 16:40:29 +0800 |
commit | d0453ab36e44b1a30970a0cc4b2f13102ff22307 (patch) | |
tree | b00e1b2138023e48745c11156b7b3b22debe5830 /www/p5-CGI-modules/Makefile | |
parent | 29edc57c8f05d713cd8e7362d3b8dd6065cca9f6 (diff) | |
download | freebsd-ports-gnome-d0453ab36e44b1a30970a0cc4b2f13102ff22307.tar.gz freebsd-ports-gnome-d0453ab36e44b1a30970a0cc4b2f13102ff22307.tar.zst freebsd-ports-gnome-d0453ab36e44b1a30970a0cc4b2f13102ff22307.zip |
modules for perl5, for use in writing CGI scripts.
Diffstat (limited to 'www/p5-CGI-modules/Makefile')
-rw-r--r-- | www/p5-CGI-modules/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/www/p5-CGI-modules/Makefile b/www/p5-CGI-modules/Makefile new file mode 100644 index 000000000000..4a047db62ade --- /dev/null +++ b/www/p5-CGI-modules/Makefile @@ -0,0 +1,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> |