Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2013 18:43:28 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328844 - head/www/p5-WWW-Curl
Message-ID:  <201309301843.r8UIhSBq052465@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309301843.r8UIhSBq052465>