blob: f1e18abefafeff25326d7c6ab36c508d7f7b6b00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= Net-Domain-ExpireDate
PORTVERSION= 1.20
CATEGORIES= dns net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module obtain expiration date of domain names
WWW= https://metacpan.org/release/Net-Domain-ExpireDate
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Net-Whois-Raw>=0:net/p5-Net-Whois-Raw
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>
|