diff options
author | clsung <clsung@FreeBSD.org> | 2005-03-04 02:07:30 +0000 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2005-03-04 02:07:30 +0000 |
commit | 538f96e6fa1a825d096391e5ab9f5196e9458853 (patch) | |
tree | d2cd4caed0a884a441af8f29885235c3b72b436e /dns/Makefile | |
parent | 66a07e1d5b21e9ef1d8c947b3fec629a326d09c0 (diff) | |
download | FreeBSD-ports-538f96e6fa1a825d096391e5ab9f5196e9458853.zip FreeBSD-ports-538f96e6fa1a825d096391e5ab9f5196e9458853.tar.gz |
- obtain expiration date of domain names
e.g.
use Net::Domain::ExpireDate;
$expiration_obj = expire_date( 'microsoft.com' );
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index ade8d4f..1b15e7d 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -63,6 +63,7 @@ SUBDIR += p5-Net-DNS-ZoneCheck SUBDIR += p5-Net-DNS-ZoneFile SUBDIR += p5-Net-DNS-ZoneFile-Fast + SUBDIR += p5-Net-Domain-ExpireDate SUBDIR += p5-Net-Nslookup SUBDIR += p5-POE-Component-Client-DNS SUBDIR += p5-Stanford-DNSserver |