aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Template-Declare
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Template-Declare')
-rw-r--r--textproc/p5-Template-Declare/Makefile12
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>