mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 00:46:27 -04:00
Data::Sah::DefaultValue generates code to set default value using value rules. A value rule is put in Data::Sah::Value::$COMPILER::$TOPIC::$DESCRIPTION module, for example: Data::Sah::Value::perl::Perl::this_mod contains the value "this module" (see App::ThisDist for more details on the meaning of "this module"). Basically, a value rule will provide an expression (expr_value) that return some value.
29 lines
775 B
Makefile
29 lines
775 B
Makefile
PORTNAME= Data-Sah-DefaultValue
|
|
PORTVERSION= 0.005
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Default-value rules for Data::Sah
|
|
WWW= https://metacpan.org/dist/Data-Sah-DefaultValue
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_GPLv1+ = ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Data-Dmp>=0.242:devel/p5-Data-Dmp \
|
|
p5-IPC-System-Options>=0.339:devel/p5-IPC-System-Options \
|
|
p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \
|
|
p5-Log-ger>=0.038:devel/p5-Log-ger \
|
|
p5-Nodejs-Util>=0.007:www/p5-Nodejs-Util
|
|
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \
|
|
p5-Test-Needs>=0:devel/p5-Test-Needs
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|