63d09c9c9b
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
39 lines
1,003 B
Makefile
39 lines
1,003 B
Makefile
# New ports collection makefile for: Validation::Class
|
|
# Date created: 27 Jul 2011
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Validation-Class
|
|
PORTVERSION= 7.38
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:AWNCORP
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension for centralized input validation for any application
|
|
|
|
RUN_DEPENDS= \
|
|
p5-Hash-Flatten>0:${PORTSDIR}/devel/p5-Hash-Flatten \
|
|
p5-Hash-Merge>0:${PORTSDIR}/textproc/p5-Hash-Merge \
|
|
p5-Module-Find>0:${PORTSDIR}/devel/p5-Module-Find
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= \
|
|
Validation::Class.3 \
|
|
Validation::Class::Backwards.3 \
|
|
Validation::Class::Collection.3 \
|
|
Validation::Class::Errors.3 \
|
|
Validation::Class::Exporter.3 \
|
|
Validation::Class::Field.3 \
|
|
Validation::Class::Fields.3 \
|
|
Validation::Class::Intro.3 \
|
|
Validation::Class::Params.3 \
|
|
Validation::Class::Prototype.3 \
|
|
Validation::Class::Relatives.3
|
|
|
|
.include <bsd.port.mk>
|