freebsd-ports/devel/pear-Validate/Makefile
Rong-En Fan 2d5c9e3876 - Update to 0.6.5
- Pass maintainership to submitter

PR:		ports/105300
Submitted by:	Anish Mistry
2006-11-09 09:27:22 +00:00

27 lines
648 B
Makefile

# Ports collection makefile for: pear-Validate
# Date created: 25 August 2004
# Whom: Antonio Carlos Venancio Junior (<antonio@php.net>)
#
# $FreeBSD$
#
PORTNAME= Validate
PORTVERSION= 0.6.5
CATEGORIES= devel www pear
MAINTAINER= amistry@am-productions.biz
COMMENT= PEAR Validation class
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS}
FILES= Validate.php
TESTS= number.phpt testdate.phpt email.phpt multiple.phpt \
multicard.phpt uri.phpt
DOCS= sample_multiple.php Example_Locale.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>