freebsd-ports/devel/pear-Validate/Makefile
Martin Wilke d91dc32b78 - Update to 0.8.2
PR:		131240
Submitted by:	Wen Heping <wenheping@gmail.com>
Approved by:	maintainer timeout
2009-02-15 13:33:15 +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.8.2
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>