freebsd-ports/devel/pear-Validate/Makefile
Thomas Zander f8bd5b0036 Add non-default OPTIONS DATE, IDNA, new maintainer
Detailed log:
- New maintainer: Danilo G. Baio <dbaio@bsd.com.br>
- Add non-default OPTIONS DATE, IDNA
- Add LICENSE
- Set NO_ARCH
- Upgrade distinfo with TIMESTAMP

PR:		212301
Submitted by:	dbaio@bsd.com.br (maintainer)
2016-09-16 11:31:11 +00:00

26 lines
564 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@bsd.com.br
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>