svn commit: r328798 - head/devel/p5-Hash-MultiValue

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


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 at 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>


More information about the svn-ports-head mailing list