Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2013 14:43:42 +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: r328798 - head/devel/p5-Hash-MultiValue
Message-ID:  <201309301443.r8UEhgpg020741@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Sep 30 14:43:41 2013
New Revision: 328798
URL: http://svnweb.freebsd.org/changeset/ports/328798

Log:
  - Remove unnecessary BUILD_DEPENDS
  
  With hat:	perl

Modified:
  head/devel/p5-Hash-MultiValue/Makefile   (contents, props changed)

Modified: head/devel/p5-Hash-MultiValue/Makefile
==============================================================================
--- head/devel/p5-Hash-MultiValue/Makefile	Mon Sep 30 14:30:11 2013	(r328797)
+++ head/devel/p5-Hash-MultiValue/Makefile	Mon Sep 30 14:43:41 2013	(r328798)
@@ -9,13 +9,12 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl extension to store multiple values per key
 
-BUILD_DEPENDS=	p5-Module-Build-Tiny>0:${PORTSDIR}/devel/p5-Module-Build-Tiny
 TEST_DEPENDS=	p5-UNIVERSAL-ref>0:${PORTSDIR}/devel/p5-UNIVERSAL-ref
 
+NO_STAGE=	yes
 USES=	perl5
 USE_PERL5=	configure
 
 MAN3=	Hash::MultiValue.3
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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