aboutsummaryrefslogtreecommitdiff
path: root/www/p5-WWW-Curl
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-07-13 05:44:58 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-07-13 05:44:58 +0000
commitd430a1fb8ca5c281817e5433585360af24a0d97d (patch)
tree44631d66b740faf38f67cb83adb395b11c85d879 /www/p5-WWW-Curl
parent05707e8af1cd54ebcfb65951a3faa06a266d5573 (diff)
downloadports-d430a1fb8ca5c281817e5433585360af24a0d97d.tar.gz
ports-d430a1fb8ca5c281817e5433585360af24a0d97d.zip
- Cleanup :install target which was previously done by bdrewery in r316958 [1]
- Update COMMENT - Remove no-op post-patch: - Take maintainership - Update pkg-descr - Add CPAN as primary WWW Pointyhat to: sunpoet (myself) [1]
Notes
Notes: svn path=/head/; revision=322888
Diffstat (limited to 'www/p5-WWW-Curl')
-rw-r--r--www/p5-WWW-Curl/Makefile9
-rw-r--r--www/p5-WWW-Curl/pkg-descr6
2 files changed, 5 insertions, 10 deletions
diff --git a/www/p5-WWW-Curl/Makefile b/www/p5-WWW-Curl/Makefile
index beeeca2b72c6..8d4242d0eea6 100644
--- a/www/p5-WWW-Curl/Makefile
+++ b/www/p5-WWW-Curl/Makefile
@@ -9,18 +9,15 @@ MASTER_SITES= CPAN \
http://curl.haxx.se/libcurl/perl/
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Perl binding interface for curl
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Perl extension interface for libcurl
LICENSE= MIT
-LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl:install
+LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
PERL_CONFIGURE= yes
MAN3= WWW::Curl.3
-post-patch:
- ${FIND} ${WRKSRC} -type f -name \*.orig -delete
-
.include <bsd.port.mk>
diff --git a/www/p5-WWW-Curl/pkg-descr b/www/p5-WWW-Curl/pkg-descr
index dba92ccc3d6c..544733035728 100644
--- a/www/p5-WWW-Curl/pkg-descr
+++ b/www/p5-WWW-Curl/pkg-descr
@@ -1,6 +1,4 @@
-WWW-Curl is the Perl binding interface to libcurl (ports/ftp/curl)
+The Perl module WWW::Curl provides an interface to the cURL library "libcurl".
-WWW-Curl has formerly been known as Curl-easy
-
-Author: Cris Bailiff
+WWW: http://search.cpan.org/dist/WWW-Curl/
WWW: http://curl.haxx.se/libcurl/perl/