mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
17 lines
344 B
Makefile
17 lines
344 B
Makefile
# Created by: Wen Heping <wen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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-Validate>=0.5.0:devel/pear-Validate
|
|
RUN_DEPENDS= pear-Validate>=0.5.0:devel/pear-Validate
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|