freebsd-ports/devel/pear-Validate/Makefile
Sunpoet Po-Chuan Hsieh 9829be2139 Update distinfo and unbreak this port
- While I'm here, fix indent

Content of tarballs are unchanged (checked against [1]).

=> Validate-0.8.5.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/Validate-0.8.5.tgz
fetch: http://pear.php.net/get/Validate-0.8.5.tgz: size mismatch: expected 21668, actual 21761

Reference:	https://people.FreeBSD.org/~sunpoet/checksum/Validate-0.8.5.tgz [1]
Approved by:	portmgr (blanket)
2017-06-11 07:37:17 +00:00

26 lines
566 B
Makefile

# Created by: Antonio Carlos Venancio Junior (<antonio@php.net>)
# $FreeBSD$
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
IDNA_DESC= Net_IDNA - Punycode encoding and decoding package
IDNA_RUN_DEPENDS= ${PEARDIR}/Net/IDNA.php:net/pear-Net_IDNA
USES= pear
NO_ARCH= yes
.include <bsd.port.mk>