diff options
Diffstat (limited to 'math/p5-PDL-Perldl2/Makefile')
-rw-r--r-- | math/p5-PDL-Perldl2/Makefile | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/math/p5-PDL-Perldl2/Makefile b/math/p5-PDL-Perldl2/Makefile new file mode 100644 index 000000000000..c87596d6c67d --- /dev/null +++ b/math/p5-PDL-Perldl2/Makefile @@ -0,0 +1,45 @@ +PORTNAME= PDL-Perldl2 +PORTVERSION= 2.002 +PORTREVISION= 1 +CATEGORIES= math perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Simple shell (version 2) for PDL +WWW= https://metacpan.org/dist/PDL-Perldl2 + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Devel-REPL>=0:devel/p5-Devel-REPL \ + p5-PDL>=2.095:math/p5-PDL \ + p5-namespace-clean>=0:devel/p5-namespace-clean + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +OPTIONS_DEFINE= COMPLETION COMPLETIONDRIVER_INC COMPLETIONDRIVER_KEYWORDS COMPLETIONDRIVER_LEXENV DDS INTERRUPT LEXENV MULTILINE_PPI +OPTIONS_DEFAULT=COMPLETION COMPLETIONDRIVER_INC COMPLETIONDRIVER_KEYWORDS COMPLETIONDRIVER_LEXENV DDS INTERRUPT LEXENV MULTILINE_PPI +COMPLETION_DESC= Completion plugin +COMPLETIONDRIVER_INC_DESC= CompletionDriver::INC plugin +COMPLETIONDRIVER_KEYWORDS_DESC= CompletionDriver::Keywords plugin +COMPLETIONDRIVER_LEXENV_DESC= CompletionDriver::LexEnv plugin +DDS_DESC= DDS plugin +INTERRUPT_DESC= Interrupt plugin +LEXENV_DESC= LexEnv plugin +MULTILINE_PPI_DESC= MultiLine::PPI plugin + +COMPLETION_RUN_DEPENDS= p5-PPI>=0:textproc/p5-PPI +COMPLETIONDRIVER_INC_RUN_DEPENDS= p5-File-Next>=0:sysutils/p5-File-Next +COMPLETIONDRIVER_KEYWORDS_RUN_DEPENDS= p5-B-Keywords>=0:devel/p5-B-Keywords +COMPLETIONDRIVER_LEXENV_RUN_DEPENDS= p5-Lexical-Persistence>=0:devel/p5-Lexical-Persistence +DDS_RUN_DEPENDS= p5-Data-Dump-Streamer>=0:devel/p5-Data-Dump-Streamer +INTERRUPT_RUN_DEPENDS= p5-Sys-SigAction>=0:devel/p5-Sys-SigAction +LEXENV_RUN_DEPENDS= p5-Lexical-Persistence>=0:devel/p5-Lexical-Persistence +MULTILINE_PPI_RUN_DEPENDS= p5-PPI>=0:textproc/p5-PPI + +.include <bsd.port.mk> |