svn commit: r453129 - head/net/p5-IPv6-Address

Kurt Jaeger pi at FreeBSD.org
Sun Oct 29 18:16:26 UTC 2017


Author: pi
Date: Sun Oct 29 18:16:25 2017
New Revision: 453129
URL: https://svnweb.freebsd.org/changeset/ports/453129

Log:
  net/p5-IPv6-Address: really fix build without BUILD_DEPENDS
  
  Submitted by:	adamw

Modified:
  head/net/p5-IPv6-Address/Makefile

Modified: head/net/p5-IPv6-Address/Makefile
==============================================================================
--- head/net/p5-IPv6-Address/Makefile	Sun Oct 29 18:03:16 2017	(r453128)
+++ head/net/p5-IPv6-Address/Makefile	Sun Oct 29 18:16:25 2017	(r453129)
@@ -7,14 +7,12 @@ MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:ADUITSIS
 PKGNAMEPREFIX=	p5-
 
-BUILD_DEPENDS=	p5-Module-Build>=0:devel/p5-Module-Build
-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	IPv6 Address Manipulation Library
 
 LICENSE=	ART20
 
 USES=		perl5
-USE_PERL5=	modbuildtiny
+USE_PERL5=	modbuild
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list