- Fix plist
- Fix dependencies PR: ports/121127 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> (maintainer) Reported by: pointyhat (via pav) Pointyhat to: gabor
This commit is contained in:
parent
f23ba5f3c1
commit
35c60f62c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207998
2 changed files with 5 additions and 1 deletions
|
@ -14,7 +14,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= lippemail@gmail.com
|
||||
COMMENT= Interact with sites that implement Google style AuthSub
|
||||
|
||||
RUN_DEPENDS= p5-Test-Simple>=0.62:${PORTSDIR}/devel/p5-Test-Simple
|
||||
RUN_DEPENDS= p5-Test-Simple>=0.62:${PORTSDIR}/devel/p5-Test-Simple \
|
||||
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
|
|
@ -4,5 +4,7 @@
|
|||
%%SITE_PERL%%/Net/Google/AuthSub/Response.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google/AuthSub
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrmtry %%SITE_PERL%%/Net/Google/AuthSub
|
||||
@dirrmtry %%SITE_PERL%%/Net/Google
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
||||
|
|
Loading…
Reference in a new issue