blob: 5d0b48e66583c6e3ea0b6caf3ffc3e15fdbbebd1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Ports collection makefile for: pear-Validate_Finance_CreditCard
# Date created: 8 November 2006
# Whom: Anish Mistry (<amistry@am-productions.biz>)
#
# $FreeBSD$
#
PORTNAME= Validate_Finance_CreditCard
PORTVERSION= 0.5.3
CATEGORIES= devel www pear
MAINTAINER= amistry@am-productions.biz
COMMENT= PEAR CreditCard Validation class
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS}
FILES= Validate/Finance/CreditCard.php
TESTS= credit_card.phpt
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
|