diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-10-10 10:24:31 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-10-10 10:24:31 +0000 |
| commit | f4ceb2e83347d5ce1dcd0cddcbd90bbb4ca0a1c5 (patch) | |
| tree | 1d90807f2f9d74f82bf154a3dccc79c43d8e39c3 /textproc/p5-Template-Declare | |
| parent | 7f0c23df1cb4f3792f68000898b0fc6695839bc9 (diff) | |
Notes
Diffstat (limited to 'textproc/p5-Template-Declare')
| -rw-r--r-- | textproc/p5-Template-Declare/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/textproc/p5-Template-Declare/Makefile b/textproc/p5-Template-Declare/Makefile index 9e10ff954f19..93746b16adb9 100644 --- a/textproc/p5-Template-Declare/Makefile +++ b/textproc/p5-Template-Declare/Makefile @@ -3,6 +3,7 @@ PORTNAME= Template-Declare PORTVERSION= 0.47 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,16 +14,17 @@ COMMENT= Perlish declarative templates LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -COMMON_DEPENDS= p5-Test-Warn>=0.11:devel/p5-Test-Warn \ - p5-Class-Accessor>0:devel/p5-Class-Accessor \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Class-Accessor>0:devel/p5-Class-Accessor \ p5-Class-Data-Inheritable>0:devel/p5-Class-Data-Inheritable \ - p5-HTML-Lint>0:www/p5-HTML-Lint \ p5-Class-ISA>0:devel/p5-Class-ISA \ + p5-HTML-Lint>0:www/p5-HTML-Lint \ p5-String-BufferStack>=1.10:textproc/p5-String-BufferStack -BUILD_DEPENDS= ${COMMON_DEPENDS} -RUN_DEPENDS= ${COMMON_DEPENDS} +TEST_DEPENDS= p5-Test-Warn>=0.11:devel/p5-Test-Warn USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk> |
