head	1.19;
access;
symbols
	RELEASE_4_3_0:1.18
	RELEASE_4_2_0:1.16
	RELEASE_4_1_1:1.15
	RELEASE_4_1_0:1.15
	RELEASE_3_5_0:1.14
	RELEASE_4_0_0:1.12
	RELEASE_3_4_0:1.11
	RELEASE_3_3_0:1.11
	RELEASE_3_2_0:1.9
	RELEASE_3_1_0:1.9
	RELEASE_2_2_8:1.9
	RELEASE_3_0_0:1.9
	RELEASE_2_2_7:1.7
	RELEASE_2_2_6:1.7
	RELEASE_2_2_5:1.7
	RELEASE_2_2_1:1.3
	RELEASE_2_2_2:1.5
	v2_75:1.1.1.1
	CPAN:1.1.1;
locks; strict;
comment	@# @;


1.19
date	2001.07.17.16.40.34;	author tobez;	state dead;
branches;
next	1.18;

1.18
date	2001.03.01.06.37.04;	author vanilla;	state Exp;
branches;
next	1.17;

1.17
date	2001.02.05.15.33.39;	author olgeni;	state Exp;
branches;
next	1.16;

1.16
date	2000.10.23.21.03.07;	author will;	state Exp;
branches;
next	1.15;

1.15
date	2000.06.17.02.37.08;	author will;	state Exp;
branches;
next	1.14;

1.14
date	2000.04.10.00.06.19;	author cpiazza;	state Exp;
branches;
next	1.13;

1.13
date	2000.03.20.21.46.50;	author mharo;	state Exp;
branches;
next	1.12;

1.12
date	2000.02.28.02.37.35;	author steve;	state Exp;
branches;
next	1.11;

1.11
date	99.08.31.06.52.03;	author mharo;	state Exp;
branches;
next	1.10;

1.10
date	99.08.31.02.43.07;	author peter;	state Exp;
branches;
next	1.9;

1.9
date	98.09.15.21.31.55;	author asami;	state Exp;
branches;
next	1.8;

1.8
date	98.08.23.04.45.19;	author jseger;	state Exp;
branches;
next	1.7;

1.7
date	97.06.24.18.43.06;	author jfitz;	state Exp;
branches;
next	1.6;

1.6
date	97.05.24.13.17.15;	author jfitz;	state Exp;
branches;
next	1.5;

1.5
date	97.04.20.21.26.43;	author jfitz;	state Exp;
branches;
next	1.4;

1.4
date	97.04.20.13.53.07;	author wosch;	state Exp;
branches;
next	1.3;

1.3
date	96.11.18.08.47.00;	author asami;	state Exp;
branches;
next	1.2;

1.2
date	96.10.24.09.57.59;	author jfitz;	state Exp;
branches;
next	1.1;

1.1
date	96.10.24.08.40.27;	author jfitz;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	96.10.24.08.40.27;	author jfitz;	state Exp;
branches;
next	;


desc
@@


1.19
log
@www/p5-CGI was repocopied to www/p5-CGI-modules.  Finish this process:

  - remove www/p5-CGI/*;
  - modify www/p5-CGI-modules/Makefile to reflect the new name;
  - change p5-CGI to p5-CGI-modules in the category's Makefile.

OK'ed by:	markm
Reminded to _BE_CAREFUL_!! by:	markm
@
text
@# New ports collection makefile for:	p5-CGI
# Date created:				September 30th 1996
# Whom:	      				James FitzGibbon <jfitz@@FreeBSD.org>
#
# $FreeBSD: ports/www/p5-CGI/Makefile,v 1.18 2001/03/01 06:37:04 vanilla Exp $
#

PORTNAME=	CGI
PORTVERSION=	2.76
CATEGORIES=	www perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	CGI
PKGNAMEPREFIX=	p5-
DISTNAME=	CGI-modules-${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org

BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww

PERL_CONFIGURE=	yes

MAN3=		CGI::Base.3 CGI::BasePlus.3 CGI::Carp.3 CGI::Form.3 \
		CGI::MiniSvr.3 CGI::Request.3
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}

.include <bsd.port.mk>
@


1.18
log
@Remove do-configure section, use PERL_CONFIGURE now.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-CGI/Makefile,v 1.17 2001/02/05 15:33:39 olgeni Exp $
@


1.17
log
@Some spaces -> tabs for ports/www.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-CGI/Makefile,v 1.16 2000/10/23 21:03:07 will Exp $
d13 1
a14 1
PKGNAMEPREFIX=	p5-
d18 1
a18 1
BUILD_DEPENDS= 	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww
d20 1
a20 1
USE_PERL5=	yes
a24 3

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


1.16
log
@Remove jfitz@@ as MAINTAINER - mail is bouncing / mailservers don't answer.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-CGI/Makefile,v 1.15 2000/06/17 02:37:08 will Exp $
d9 1
a9 1
PORTVERSION= 	2.76
@


1.15
log
@Lots and lots of cleanups.  Teach p5-* in general about PKGNAMEPREFIX.
Add some missing/wrong dependencies.  Show how to respect CC/CFLAGS.  Many
miscellaneous modifications.  I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS.

Patches largely done by:	Christian Weisgerber <naddy@@mips.inka.de>
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-CGI/Makefile,v 1.14 2000/04/10 00:06:19 cpiazza Exp $
d16 1
a16 1
MAINTAINER=	jfitz@@FreeBSD.org
@


1.14
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-CGI/Makefile,v 1.13 2000/03/20 21:46:50 mharo Exp $
d8 1
a8 1
PORTNAME=	p5-CGI
d13 2
a14 1
DISTNAME=	CGI-modules-2.76
d20 1
a20 1
USE_PERL5=	YES
@


1.13
log
@remove blank line and PREFIX -> LOCALBASE (portlint)
@
text
@a1 1
# Version required:			2.76
d5 1
a5 1
# $FreeBSD: ports/www/p5-CGI/Makefile,v 1.12 2000/02/28 02:37:35 steve Exp $
d8 2
a9 2
DISTNAME=	CGI-modules-2.76
PKGNAME=	p5-CGI-2.76
d13 1
@


1.12
log
@Use a file that is actually installed by the p5-libwww port for the
BUILD_DEPENDS line.

PR:		15404
Submitted by:	Akinori MUSHA <knu@@idaemons.org>
@
text
@d6 1
a6 1
# $FreeBSD: ports/www/p5-CGI/Makefile,v 1.11 1999/08/31 06:52:03 mharo Exp $
d17 1
a17 1
BUILD_DEPENDS= 	${PREFIX}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww
@


1.11
log
@FreeBSD.ORG -> FreeBSD.org

Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
@
text
@d6 1
a6 1
# $FreeBSD: ports/www/p5-CGI/Makefile,v 1.10 1999/08/31 02:43:07 peter Exp $
d17 1
a17 1
BUILD_DEPENDS= 	${PREFIX}/lib/perl5/site_perl/URI/Escape.pm:${PORTSDIR}/www/p5-libwww
@


1.10
log
@$Id$ -> $FreeBSD$
@
text
@d6 1
a6 1
# $FreeBSD$
d15 1
a15 1
MAINTAINER=	jfitz@@FreeBSD.ORG
@


1.9
log
@Use ${PERL5} wherever appropriate.  Largely untested; hope my eyeball
checks haven't missed anything.

Submitted by:	dima
@
text
@d6 1
a6 1
#   $Id: Makefile,v 1.8 1998/08/23 04:45:19 jseger Exp $
@


1.8
log
@Standard perl fixes
@
text
@d6 1
a6 1
#   $Id: Makefile,v 1.7 1997/06/24 18:43:06 jfitz Exp $
d26 1
a26 1
		@@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
@


1.7
log
@Make all p5- ports use USE_PERL instead of explicitly stating the version number in each Makefile
In-Conjunction-With: Satoshi's patch to bsd.port.mk
(note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.)
@
text
@d6 1
a6 1
#   $Id: Makefile,v 1.6 1997/05/24 13:17:15 jfitz Exp $
d23 1
a23 1
MANPREFIX=	${PREFIX}/lib/perl5
@


1.6
log
@Upgrade all ports requiring perl5.003 to perl5.004
Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution.
@
text
@d6 1
a6 1
#   $Id: Makefile,v 1.5 1997/04/20 21:26:43 jfitz Exp $
d17 3
a19 3
BUILD_DEPENDS= 	perl5.004:${PORTSDIR}/lang/perl5 \
		${PREFIX}/lib/perl5/site_perl/URI/Escape.pm:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS=	perl5.004:${PORTSDIR}/lang/perl5
@


1.5
log
@Mass update of perl5 ports (most bring the port up-to-date with the latest release from CPAN)
Specifics:	p5-Net fixed for IS_INTERACTIVE
		p5-libwww fixed for IS_INTERACTIVE
@
text
@d6 1
a6 1
#   $Id: Makefile,v 1.4 1997/04/20 13:53:07 wosch Exp $
d17 1
a17 1
BUILD_DEPENDS= 	perl5.003:${PORTSDIR}/lang/perl5 \
d19 1
a19 1
RUN_DEPENDS=	perl5.003:${PORTSDIR}/lang/perl5
@


1.4
log
@Add virtual category 'perl5'.
@
text
@d2 1
a2 1
# Version required:			2.75
d6 1
a6 1
#   $Id: Makefile,v 1.3 1996/11/18 08:47:00 asami Exp $
d9 2
a10 2
DISTNAME=	CGI-modules-2.75
PKGNAME=	p5-CGI-2.75
@


1.3
log
@Use MASTER_SITE_PERL_CPAN.  Use MAN? macros.  CATEGORIES+= -> CATEGORIES.
@
text
@d6 1
a6 1
#   $Id: Makefile,v 1.2 1996/10/24 09:57:59 jfitz Exp $
d11 1
a11 1
CATEGORIES=	www
@


1.2
log
@Add RUN_DEPENDS to all perl5 ports, to make packages install perl.
Submitted by:	asami@@freebsd.org
@
text
@d6 1
a6 1
#   $Id: Makefile,v 1.1.1.1 1996/10/24 08:40:27 jfitz Exp $
d11 3
a13 7
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/
d21 4
a26 7

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
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
#   $Id$
d23 1
@


1.1.1.1
log
@modules for perl5, for use in writing CGI scripts.
@
text
@@
