mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
bb25564e5f
PR: 132023 Submitted by: Edmondas Girkantas <eg@fbsd.lt> Approved by: maintainer
27 lines
651 B
Makefile
27 lines
651 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.4
|
|
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}
|
|
|
|
FILES= Validate/Finance.php \
|
|
Validate/Finance/IBAN.php \
|
|
Validate/Finance/ISIN.php
|
|
|
|
TESTS= validate_Finance.phpt validate_ISIN.phpt
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|