2007-08-21 10:57:31 +02:00
|
|
|
# New ports collection makefile for: devel/p5-Data-Validate
|
|
|
|
# Date created: 06 August 2007
|
|
|
|
# Whom: Steven Kreuzer <skreuzer@exit2shell.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Data-Validate
|
|
|
|
PORTVERSION= 0.08
|
2010-09-24 02:44:29 +02:00
|
|
|
PORTREVISION= 2
|
2007-08-21 10:57:31 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2007-08-21 10:57:31 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-03-28 02:16:37 +01:00
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
2007-08-21 10:57:31 +02:00
|
|
|
COMMENT= Common data validation methods
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Data::Validate.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|