diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2003-09-02 15:11:00 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2003-09-02 15:11:00 +0000 |
commit | 929565f827a98e678a2216cee73e0eacf73320bd (patch) | |
tree | 3e839b5df24aeab4284f8e8bdc1e4e7a605969ac /www/p5-WWW-Curl/pkg-plist | |
parent | f1fb133bb603bf51f412647e30c04a684f8285fb (diff) | |
download | ports-929565f827a98e678a2216cee73e0eacf73320bd.tar.gz ports-929565f827a98e678a2216cee73e0eacf73320bd.zip |
Add p5-WWW-Curl 2.0, perl binding interface for curl.
PR: 54831
Submitted by: Chris Larsen <darth@vader.dk>
Notes
Notes:
svn path=/head/; revision=88361
Diffstat (limited to 'www/p5-WWW-Curl/pkg-plist')
-rw-r--r-- | www/p5-WWW-Curl/pkg-plist | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/p5-WWW-Curl/pkg-plist b/www/p5-WWW-Curl/pkg-plist new file mode 100644 index 000000000000..6b725296d180 --- /dev/null +++ b/www/p5-WWW-Curl/pkg-plist @@ -0,0 +1,14 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Curl/easy.pm +%%SITE_PERL%%/%%PERL_ARCH%%/WWW/Curl.pm +%%SITE_PERL%%/%%PERL_ARCH%%/WWW/Curl/easy.pm +%%SITE_PERL%%/%%PERL_ARCH%%/WWW/Curl/form.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Curl/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Curl/Curl.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Curl/Curl.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Curl/easy/autosplit.ix +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Curl/easy +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Curl +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW 2>/dev/null || true +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/WWW/Curl +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/WWW 2>/dev/null || true +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Curl |