svn commit: r492637 - head/dns/p5-AnyEvent-DNS-EtcHosts

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 10 19:45:24 UTC 2019


Author: sunpoet
Date: Sun Feb 10 19:45:22 2019
New Revision: 492637
URL: https://svnweb.freebsd.org/changeset/ports/492637

Log:
  Add missing *_DEPENDS
  
  - Bump PORTREVISION for dependency change
  
  Approved by:	portmgr (blanket)

Modified:
  head/dns/p5-AnyEvent-DNS-EtcHosts/Makefile

Modified: head/dns/p5-AnyEvent-DNS-EtcHosts/Makefile
==============================================================================
--- head/dns/p5-AnyEvent-DNS-EtcHosts/Makefile	Sun Feb 10 19:45:12 2019	(r492636)
+++ head/dns/p5-AnyEvent-DNS-EtcHosts/Makefile	Sun Feb 10 19:45:22 2019	(r492637)
@@ -3,6 +3,7 @@
 
 PORTNAME=	AnyEvent-DNS-EtcHosts
 PORTVERSION=	0.0103
+PORTREVISION=	1
 CATEGORIES=	dns perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:DEXTER
@@ -13,6 +14,9 @@ COMMENT=	AnyEvent::DNS::EtcHosts - Use /etc/hosts befo
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-AnyEvent>=7:devel/p5-AnyEvent
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-all mailing list