diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 08:56:53 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 08:56:53 +0000 |
commit | 72185e5fb2229800490e58850811d57db1039664 (patch) | |
tree | 9c01d1faf4fbbd4d19b88647d3113491e00711c3 /dns/p5-Net-DNS-Check | |
parent | e91a050e2e1205f1fd54ffc8c66aa2680ffb6a63 (diff) | |
download | ports-72185e5fb2229800490e58850811d57db1039664.tar.gz ports-72185e5fb2229800490e58850811d57db1039664.zip |
Notes
Diffstat (limited to 'dns/p5-Net-DNS-Check')
-rw-r--r-- | dns/p5-Net-DNS-Check/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/dns/p5-Net-DNS-Check/Makefile b/dns/p5-Net-DNS-Check/Makefile index 1e98a666bc88..62b93dfec977 100644 --- a/dns/p5-Net-DNS-Check/Makefile +++ b/dns/p5-Net-DNS-Check/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dns/p5-Net-DNS-Check -# Date created: 2011-05-30 -# Whom: Ryan Steinmetz <rpsfa@rit.edu> -# +# Created by: Ryan Steinmetz <rpsfa@rit.edu> # $FreeBSD$ -# PORTNAME= Net-DNS-Check PORTVERSION= 0.45 @@ -16,7 +12,8 @@ COMMENT= Module for easy domain name checking RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::DNS::Check::Test::ns_count.3 Net::DNS::Check::Test::soa_expire_compare.3 \ Net::DNS::Check::NSQuery.3 Net::DNS::Check::Test::soa_master_compare.3 \ |