aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-Validate/Makefile
blob: f35315e42dba8928e71b51915cb659278fc95e3c (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
25
# Created by: Antonio Carlos Venancio Junior (<antonio@php.net>)

PORTNAME=	Validate
PORTVERSION=	0.8.5
PORTREVISION=	1
CATEGORIES=	devel www pear

MAINTAINER=	dbaio@FreeBSD.org
COMMENT=	PEAR Validation class

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

OPTIONS_DEFINE=	DATE IDNA

DATE_DESC=	Date and Time Zone Classes
DATE_RUN_DEPENDS=	${PEARDIR}/Date.php:devel/pear-Date@${PHP_FLAVOR}

IDNA_DESC=	Net_IDNA - Punycode encoding and decoding package
IDNA_RUN_DEPENDS=	${PEARDIR}/Net/IDNA.php:net/pear-Net_IDNA@${PHP_FLAVOR}

USES=		pear
NO_ARCH=	yes

.include <bsd.port.mk>