mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Add missing dependencies and remove unused.
PR: ports/139236 Submitted by: Aleksey Mashanov <aleksey.mashanov@gmail.com> Feature safe: yes
This commit is contained in:
parent
27b7bccb76
commit
7f635b75aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242245
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= Template-Plugin-JSON
|
||||
PORTVERSION= 0.05
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -15,9 +16,9 @@ MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Adds a .json vmethod for all TT values
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Template-Toolkit>0:${PORTSDIR}/www/p5-Template-Toolkit \
|
||||
p5-Template-Plugin-VMethods>0:${PORTSDIR}/www/p5-Template-Plugin-VMethods \
|
||||
p5-JSON-Any>0:${PORTSDIR}/converters/p5-JSON-Any
|
||||
RUN_DEPENDS= p5-Mouse>0:${PORTSDIR}/devel/p5-Mouse \
|
||||
p5-Template-Toolkit>=2.20:${PORTSDIR}/www/p5-Template-Toolkit \
|
||||
p5-JSON>=2.12:${PORTSDIR}/converters/p5-JSON
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
%%SITE_PERL%%/Template/Plugin/JSON.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Plugin/JSON/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/Template/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/Template
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Plugin/JSON
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template
|
||||
|
Loading…
Reference in New Issue
Block a user