head	1.6;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.02.48;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.06.30.05.23.19;	author az;	state Exp;
branches;
next	1.4;

1.4
date	2012.02.29.01.44.13;	author wen;	state Exp;
branches;
next	1.3;

1.3
date	2010.09.24.00.44.28;	author pgollucci;	state Exp;
branches;
next	1.2;

1.2
date	2008.04.10.07.53.13;	author clsung;	state Exp;
branches;
next	1.1;

1.1
date	2008.01.14.11.42.27;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	www/p5-Data-Validate-URI
# Date created:				02 January 2008
# Whom:					Tuc <freebsd-ports@@t-b-o-h.net>
#
# $FreeBSD: head/www/p5-Data-Validate-URI/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Data-Validate-URI
PORTVERSION=	0.06
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	Data
PKGNAMEPREFIX=	p5-

MAINTAINER=	freebsd-ports@@t-b-o-h.net
COMMENT=	Common data validation methods for URIs

BUILD_DEPENDS=	p5-Data-Validate-Domain>=0:${PORTSDIR}/dns/p5-Data-Validate-Domain \
		p5-Data-Validate-IP>=0:${PORTSDIR}/net-mgmt/p5-Data-Validate-IP
RUN_DEPENDS=	p5-Data-Validate-Domain>=0:${PORTSDIR}/dns/p5-Data-Validate-Domain \
		p5-Data-Validate-IP>=0:${PORTSDIR}/net-mgmt/p5-Data-Validate-IP

PERL_CONFIGURE=	yes

MAN3=	Data::Validate::URI.3

.include <bsd.port.mk>
@


1.5
log
@- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@@ (bapt@@)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Update to 0.06

PR:		ports/165466
Submitted by:	Tuc <freebsd-ports@@t-b-o-h.net> (maintainer)
@
text
@d18 4
a21 4
BUILD_DEPENDS=	${SITE_PERL}/Data/Validate/Domain.pm:${PORTSDIR}/dns/p5-Data-Validate-Domain \
		${SITE_PERL}/Data/Validate/IP.pm:${PORTSDIR}/net-mgmt/p5-Data-Validate-IP
RUN_DEPENDS=	${SITE_PERL}/Data/Validate/Domain.pm:${PORTSDIR}/dns/p5-Data-Validate-Domain \
		${SITE_PERL}/Data/Validate/IP.pm:${PORTSDIR}/net-mgmt/p5-Data-Validate-IP
@


1.3
log
@- %%SITE_PERL%%/auto and %%SITE_PERL%%/%%PERL_ARCH%%/auto
  are part of lang/perl5* pkg-plist
- Bump PORTREVISIONs

With Hat:   perl@@
@
text
@d9 1
a9 2
PORTVERSION=	0.05
PORTREVISION=	1
@


1.2
log
@- Update to 0.05

PR:		ports/122598
Submitted by:	maintainer
@
text
@d10 1
@


1.1
log
@This module collects common URI validation routines to make input validation,
and untainting easier and more readable.

All functions return an untainted value if the test passes, and undef if it
fails. This means that you should always check for a defined status
explicitly. Don't assume the return will be true.

The value to test is always the first (and often only) argument.

There are a number of other URI validation modules out there as well.
This one focuses on being fast, lightweight, and relatively 'real-world'.
i.e. it's good if you want to check user input, and don't need to parse
out the URI/URL into chunks.

Right now the module focuses on HTTP URIs, since they're arguably the most
common.

WWW: http://search.cpan.org/dist/Data-Validate-URI

PR:		ports/119264
Submitted by:	Tuc <freebsd-ports at t-b-o-h.net>
@
text
@d9 1
a9 1
PORTVERSION=	0.04
@

