aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-Validate_US/Makefile
blob: e4069c5f651e245a3440e1f2eb06205e31b2c001 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Created by: Wen Heping <wen@FreeBSD.org>

PORTNAME=	Validate_US
PORTVERSION=	0.5.5
CATEGORIES=	devel www pear

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	PEAR data validation class for US

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>