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


1.12
date	2012.11.17.06.02.46;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.01.09.04.07.19;	author swills;	state Exp;
branches;
next	1.10;

1.10
date	2009.08.16.09.55.30;	author linimon;	state Exp;
branches;
next	1.9;

1.9
date	2008.03.13.14.58.01;	author miwi;	state Exp;
branches;
next	1.8;

1.8
date	2008.03.13.14.56.46;	author miwi;	state Exp;
branches;
next	1.7;

1.7
date	2007.08.31.13.37.22;	author mat;	state Exp;
branches;
next	1.6;

1.6
date	2006.06.13.17.21.58;	author mat;	state Exp;
branches;
next	1.5;

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

1.4
date	2004.12.28.13.09.53;	author mat;	state Exp;
branches;
next	1.3;

1.3
date	2003.08.20.15.59.43;	author mat;	state Exp;
branches;
next	1.2;

1.2
date	2003.08.16.09.13.44;	author mat;	state Exp;
branches;
next	1.1;

1.1
date	2003.07.30.06.53.22;	author daichi;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-CGI-Untaint
# Date created:	   21 july 2003
# Whom:		   Mathieu Arnold <m@@absolight.net>
#
# $FreeBSD: head/www/p5-CGI-Untaint/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	CGI-Untaint
PORTVERSION=	1.26
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Process CGI input parameters

BUILD_DEPENDS=	p5-UNIVERSAL-require>=0.01:${PORTSDIR}/devel/p5-UNIVERSAL-require
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		CGI::Untaint.3 CGI::Untaint::hex.3 CGI::Untaint::integer.3 \
       		CGI::Untaint::object.3 CGI::Untaint::printable.3

.if !defined(NOPORTDOCS)
PORTDOCS=	Changes

post-install:
	@@${MKDIR} ${DOCSDIR}
	@@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
	@@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif

.include <bsd.port.mk>
@


1.11
log
@- Add BUILD_DEPENDS to silence build warnings
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@Reset mat@@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:		portmgr
@
text
@d18 2
a19 1
RUN_DEPENDS=	p5-UNIVERSAL-require>=0.01:${PORTSDIR}/devel/p5-UNIVERSAL-require
@


1.9
log
@- Force commit for notes the submitter
- Simplify dependency
- Bump PORTREVISION

PR:		121213
Submitted by:	leeym
Approved by:	mat (implicit)
@
text
@d15 1
a15 1
MAINTAINER=	mat@@FreeBSD.org
@


1.8
log
@- Simplify dependency
- Bump PORTREVISION
@
text
@@


1.7
log
@Use the CPAN site macro.
Use DISTVERSION in place of DISTNAME where possible.
Remove perl 5.005 shims.
@
text
@d10 1
d18 1
a18 4
RUN_DEPENDS=	${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require \
		${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm
BUILD_DEPENDS=	${RUN_DEPENDS}
BUILD_DEPENDS+=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
a24 3
post-configure:
	${PERL} -pi -e 's/-I\S+PERL\S+ //g if m{PERL_DL_NONLAZY}' ${WRKSRC}/Makefile

@


1.6
log
@Update dependency

PR:		96447
Submitted by:	leeym
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	CGI
@


1.5
log
@Update to 1.26
@
text
@d18 1
a18 1
RUN_DEPENDS=	${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-exports \
d20 2
a21 2
BUILD_DEPENDS=	${RUN_DEPENDS} \
		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
d28 3
@


1.4
log
@Update to 1.25
@
text
@d9 1
a9 1
PORTVERSION=	1.25
@


1.3
log
@Update to 1.00

Approved by:	demon (mentor), maintainer timeout (2 weeks)
@
text
@d9 1
a9 1
PORTVERSION=	1.00
d28 9
@


1.2
log
@Update my ports to use my @@FreeBSD.org address

Approved by:	demon (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	0.90
@


1.1
log
@Add p5-CGI-Untaint 0.90, process CGI input parameters.

PR:		54716
Submitted by:	Mathieu Arnold <m@@absolight.net>
@
text
@d15 1
a15 1
MAINTAINER=	m@@absolight.net
@

