diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-02-10 19:45:22 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-02-10 19:45:22 +0000 |
commit | dcfc382d3115e09c89ff317e32b9e5ac517412ba (patch) | |
tree | b404fd181bd294fc4166ebfae1d0610e57286807 /dns/p5-AnyEvent-DNS-EtcHosts/Makefile | |
parent | 8d9b1a8a65550fc143b7fdd8990744a1549c373b (diff) | |
download | freebsd-ports-dcfc382d3115e09c89ff317e32b9e5ac517412ba.zip |
Add missing *_DEPENDS
- Bump PORTREVISION for dependency change
Approved by: portmgr (blanket)
Diffstat (limited to 'dns/p5-AnyEvent-DNS-EtcHosts/Makefile')
-rw-r--r-- | dns/p5-AnyEvent-DNS-EtcHosts/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dns/p5-AnyEvent-DNS-EtcHosts/Makefile b/dns/p5-AnyEvent-DNS-EtcHosts/Makefile index 224a5762e7a3..ea929243611d 100644 --- a/dns/p5-AnyEvent-DNS-EtcHosts/Makefile +++ b/dns/p5-AnyEvent-DNS-EtcHosts/Makefile @@ -3,6 +3,7 @@ PORTNAME= AnyEvent-DNS-EtcHosts PORTVERSION= 0.0103 +PORTREVISION= 1 CATEGORIES= dns perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DEXTER @@ -14,6 +15,9 @@ COMMENT= AnyEvent::DNS::EtcHosts - Use /etc/hosts before DNS LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-AnyEvent>=7:devel/p5-AnyEvent + USES= perl5 USE_PERL5= configure |