- Trim header
- Convert to PEAR_AUTOINSTALL
This commit is contained in:
parent
aa5369accf
commit
48cc535ceb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318097
1 changed files with 3 additions and 11 deletions
|
@ -1,25 +1,17 @@
|
|||
# Ports collection makefile for: pear-Validate
|
||||
# Date created: 8 November 2006
|
||||
# Whom: Anish Mistry (<amistry@am-productions.biz>)
|
||||
#
|
||||
# Created by: Anish Mistry (<amistry@am-productions.biz>)
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Validate_Finance
|
||||
PORTVERSION= 0.5.6
|
||||
CATEGORIES= devel www pear
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= PEAR Finance Validation class
|
||||
|
||||
BUILD_DEPENDS= pear-Validate>=0.5.0:${PORTSDIR}/devel/pear-Validate
|
||||
RUN_DEPENDS= pear-Validate>=0.5.0:${PORTSDIR}/devel/pear-Validate
|
||||
|
||||
FILES= Validate/Finance.php \
|
||||
Validate/Finance/IBAN.php \
|
||||
Validate/Finance/ISIN.php
|
||||
|
||||
TESTS= validate_Finance.phpt validate_ISIN.phpt
|
||||
PEAR_AUTOINSTALL= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||
|
|
Loading…
Reference in a new issue