15 lines
412 B
Makefile
15 lines
412 B
Makefile
# Created by: Anish Mistry (<amistry@am-productions.biz>)
|
|
|
|
PORTNAME= Validate_Finance
|
|
PORTVERSION= 0.5.6
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PEAR Finance Validation class
|
|
|
|
BUILD_DEPENDS= ${PEAR_PKGNAMEPREFIX}Validate>=0.5.0:devel/pear-Validate@${PHP_FLAVOR}
|
|
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Validate>=0.5.0:devel/pear-Validate@${PHP_FLAVOR}
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|