head	1.8;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.06.02.46;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.06.05.07.27.26;	author az;	state Exp;
branches;
next	1.6;

1.6
date	2008.03.22.12.17.39;	author jadawin;	state Exp;
branches;
next	1.5;

1.5
date	2004.07.30.14.44.50;	author mat;	state Exp;
branches;
next	1.4;

1.4
date	2004.04.10.17.26.50;	author trevor;	state Exp;
branches;
next	1.3;

1.3
date	2004.03.26.00.53.47;	author trevor;	state Exp;
branches;
next	1.2;

1.2
date	2003.10.24.12.04.43;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2003.06.21.08.26.58;	author erwin;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:   p5-CGI-Upload
# Date created:                        21 June 2003
# Whom:                                Daniel B. Hemmerich
#
# $FreeBSD: head/www/p5-CGI-Upload/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	CGI-Upload
PORTVERSION=	1.11
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	CGI class for handling browser file uploads

BUILD_DEPENDS=	p5-HTTP-BrowserDetect>=0:${PORTSDIR}/www/p5-HTTP-BrowserDetect \
		p5-File-MMagic>=0:${PORTSDIR}/devel/p5-File-MMagic \
		p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm

PERL_CONFIGURE=	yes

MAN3=		CGI::Upload.3

.include <bsd.port.mk>
@


1.7
log
@- Remove SITE_PERL from *_DEPENDS
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- Update to 1.11

Approved by:	thierry (mentor)
@
text
@d17 3
a19 3
BUILD_DEPENDS=	${SITE_PERL}/HTTP/BrowserDetect.pm:${PORTSDIR}/www/p5-HTTP-BrowserDetect \
		${SITE_PERL}/File/MMagic.pm:${PORTSDIR}/devel/p5-File-MMagic \
		${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm
@


1.5
log
@Update to 1.10
@
text
@d9 1
a9 1
PORTVERSION=	1.10
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	CGI
@


1.4
log
@Tidy up whitespace.
@
text
@d9 1
a9 1
PORTVERSION=	1.05
d19 2
a20 1
		${SITE_PERL}/File/MMagic.pm:${PORTSDIR}/devel/p5-File-MMagic
@


1.3
log
@E-mail to the maintainer bounced with:

	451 FreeBSDsecurity.com: Name server timeout
	Message could not be delivered for 5 days
@
text
@d8 6
a13 6
PORTNAME=      CGI-Upload
PORTVERSION=   1.05
CATEGORIES=    www perl5
MASTER_SITES=  ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=    CGI
PKGNAMEPREFIX= p5-
d15 2
a16 2
MAINTAINER=    ports@@FreeBSD.org
COMMENT=       CGI class for handling browser file uploads
d18 1
a18 1
BUILD_DEPENDS= ${SITE_PERL}/HTTP/BrowserDetect.pm:${PORTSDIR}/www/p5-HTTP-BrowserDetect \
d21 1
a21 1
PERL_CONFIGURE=        yes
d23 1
a23 1
MAN3=          CGI::Upload.3
@


1.2
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d15 1
a15 1
MAINTAINER=    ports-freebsd@@FreeBSDsecurity.com
@


1.1
log
@Add p5-CGI-Upload 1.05, cGI class for handling browser file uploads.

PR:		53574
Submitted by:	Daniel B. Hemmerich
@
text
@d18 2
a19 2
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTTP/BrowserDetect.pm:${PORTSDIR}/www/p5-HTTP-BrowserDetect \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/MMagic.pm:${PORTSDIR}/devel/p5-File-MMagic
a23 1
MANPREFIX=     ${PREFIX}/lib/perl5/${PERL_VERSION}
@

