mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
![Martin Wilke](/assets/img/avatar_default.png)
PR: 131240 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer timeout
28 lines
648 B
Makefile
28 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>
|