1996-10-24 10:40:29 +02:00
|
|
|
# New ports collection makefile for: p5-CGI
|
|
|
|
# Date created: September 30th 1996
|
|
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
|
|
#
|
1999-08-31 04:43:35 +02:00
|
|
|
# $FreeBSD$
|
1996-10-24 10:40:29 +02:00
|
|
|
#
|
|
|
|
|
2001-07-17 18:40:37 +02:00
|
|
|
PORTNAME= CGI-modules
|
2001-02-05 16:33:58 +01:00
|
|
|
PORTVERSION= 2.76
|
1997-04-20 15:53:29 +02:00
|
|
|
CATEGORIES= www perl5
|
2005-09-11 22:29:11 +02:00
|
|
|
MASTER_SITES= http://stein.cshl.org/WWW/software/CGI::modules/ \
|
2007-04-15 07:08:02 +02:00
|
|
|
http://backpan.cpan.org/authors/id/LDS/
|
2000-06-17 04:37:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
1996-10-24 10:40:29 +02:00
|
|
|
|
2000-10-23 23:03:11 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= Modules for perl5, for use in writing CGI scripts
|
1996-10-24 10:40:29 +02:00
|
|
|
|
2012-06-05 05:10:23 +02:00
|
|
|
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
1997-06-24 20:43:34 +02:00
|
|
|
|
2013-08-02 20:21:05 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
1996-10-24 10:40:29 +02:00
|
|
|
|
1996-11-18 09:47:32 +01:00
|
|
|
MAN3= CGI::Base.3 CGI::BasePlus.3 CGI::Carp.3 CGI::Form.3 \
|
|
|
|
CGI::MiniSvr.3 CGI::Request.3
|
|
|
|
|
2003-02-24 08:41:08 +01:00
|
|
|
post-patch:
|
|
|
|
@${RM} ${WRKSRC}/CGI/*.orig
|
|
|
|
|
1996-10-24 10:40:29 +02:00
|
|
|
.include <bsd.port.mk>
|