mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add missing RUN_DEPENDS
- Add TEST_DEPENDS - Bump PORTREVISION PR: ports/166362 Approved by: Kurt Lidl <kurt.lidl@cello.com> (maintainer)
This commit is contained in:
parent
abf3d7a6a8
commit
21e02c267b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294690
1 changed files with 4 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= Template-Mustache
|
PORTNAME= Template-Mustache
|
||||||
PORTVERSION= v0.5.1
|
PORTVERSION= v0.5.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= www perl5
|
CATEGORIES= www perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
MASTER_SITE_SUBDIR= CPAN:PVANDE
|
MASTER_SITE_SUBDIR= CPAN:PVANDE
|
||||||
|
@ -15,8 +16,9 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= kurt.lidl@cello.com
|
MAINTAINER= kurt.lidl@cello.com
|
||||||
COMMENT= Perl version of the fabulous Mustache template language
|
COMMENT= Perl version of the fabulous Mustache template language
|
||||||
|
|
||||||
BUILD_DEPENDS= p5-YAML-Syck>=1.15:${PORTSDIR}/textproc/p5-YAML-Syck \
|
BUILD_DEPENDS= p5-YAML-Syck>=1.15:${PORTSDIR}/textproc/p5-YAML-Syck
|
||||||
p5-Test-Mini-Unit>=v1.0.3:${PORTSDIR}/devel/p5-Test-Mini-Unit
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
TEST_DEPENDS:= p5-Test-Mini-Unit>=v1.0.3:${PORTSDIR}/devel/p5-Test-Mini-Unit
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue