2a7dd78bf9
Reviewed by: bapt, ports@ Tested with: poudriere + diff on the content of generated packages
18 lines
473 B
Makefile
18 lines
473 B
Makefile
# Created by: Anish Mistry (<amistry@am-productions.biz>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Validate_Finance
|
|
PORTVERSION= 0.5.6
|
|
CATEGORIES= devel www pear
|
|
|
|
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
|
|
|
|
PEAR_AUTOINSTALL= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|