freebsd-ports/devel/p5-Data-Validate/Makefile
Steven Kreuzer 58e59f78c6 Change MAINTAINER on my ports to my FreeBSD email address
Approved by:	wxs (mentor)
2009-03-28 01:16:37 +00:00

24 lines
560 B
Makefile

# 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
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Common data validation methods
BUILD_DEPENDS= ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt
RUN_DEPENDS= ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt
PERL_CONFIGURE= yes
MAN3= Data::Validate.3
.include <bsd.port.mk>