- 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)
26 lines
566 B
Makefile
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>
|