svn commit: r328844 - head/www/p5-WWW-Curl

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 30 18:43:29 UTC 2013


Author: sunpoet
Date: Mon Sep 30 18:43:28 2013
New Revision: 328844
URL: http://svnweb.freebsd.org/changeset/ports/328844

Log:
  - Convert to new LIB_DEPENDS format
  - Add TEST_DEPENDS
  - Support STAGEDIR

Modified:
  head/www/p5-WWW-Curl/Makefile
  head/www/p5-WWW-Curl/pkg-plist   (contents, props changed)

Modified: head/www/p5-WWW-Curl/Makefile
==============================================================================
--- head/www/p5-WWW-Curl/Makefile	Mon Sep 30 18:43:01 2013	(r328843)
+++ head/www/p5-WWW-Curl/Makefile	Mon Sep 30 18:43:28 2013	(r328844)
@@ -14,12 +14,11 @@ COMMENT=	Perl extension interface for li
 
 LICENSE=	MIT
 
-LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
+TEST_DEPENDS=	p5-Test-Pod-Coverage>=104:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
+		p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod
 
 USE_PERL5=	configure
 USES=		perl5
 
-MAN3=		WWW::Curl.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/www/p5-WWW-Curl/pkg-plist
==============================================================================
--- head/www/p5-WWW-Curl/pkg-plist	Mon Sep 30 18:43:01 2013	(r328843)
+++ head/www/p5-WWW-Curl/pkg-plist	Mon Sep 30 18:43:28 2013	(r328844)
@@ -6,6 +6,7 @@
 %%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
+%%PERL5_MAN3%%/WWW::Curl.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Curl
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/WWW/Curl


More information about the svn-ports-all mailing list