diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2008-02-27 10:41:23 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2008-02-27 10:41:23 +0000 |
commit | 35c60f62c47ef92e812e6c9df25ed84dbeed74e0 (patch) | |
tree | 9841899dbc82097a7678058bfa0c8b0630a39a40 /net/p5-Net-Google-AuthSub | |
parent | f23ba5f3c14f557b234669fd50606958a1964c9b (diff) | |
download | ports-35c60f62c47ef92e812e6c9df25ed84dbeed74e0.tar.gz ports-35c60f62c47ef92e812e6c9df25ed84dbeed74e0.zip |
Notes
Diffstat (limited to 'net/p5-Net-Google-AuthSub')
-rw-r--r-- | net/p5-Net-Google-AuthSub/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net-Google-AuthSub/pkg-plist | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/net/p5-Net-Google-AuthSub/Makefile b/net/p5-Net-Google-AuthSub/Makefile index 8aeba616d195..8158169f00cc 100644 --- a/net/p5-Net-Google-AuthSub/Makefile +++ b/net/p5-Net-Google-AuthSub/Makefile @@ -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 diff --git a/net/p5-Net-Google-AuthSub/pkg-plist b/net/p5-Net-Google-AuthSub/pkg-plist index 800ae95d6086..28f16e8a865b 100644 --- a/net/p5-Net-Google-AuthSub/pkg-plist +++ b/net/p5-Net-Google-AuthSub/pkg-plist @@ -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 |