71d92d0840
* IBAN WWW: http://pear.php.net/package/Validate_Finance PR: ports/105303 Submitted by: Anish Mistry (<amistry at am-productions.biz>)
26 lines
626 B
Makefile
26 lines
626 B
Makefile
# Ports collection makefile for: pear-Validate
|
|
# Date created: 8 November 2006
|
|
# Whom: Anish Mistry (<amistry@am-productions.biz>)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Validate_Finance
|
|
PORTVERSION= 0.5.3
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= amistry@am-productions.biz
|
|
COMMENT= PEAR Finance Validation class
|
|
|
|
BUILD_DEPENDS= pear-Validate>=0.5.0:${PORTSDIR}/devel/pear-Validate
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
CATEGORY= Validate/Finance
|
|
FILES= Validate/Finance.php Validate/Finance/IBAN.php
|
|
|
|
TESTS= validate_Finance.phpt
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|
|
|