Update dns/bind911 to version 9.11.22_1
[dports.git] / dns / p5-Net-Domain-ExpireDate / Makefile
1 # Created by: clsung
2 # $FreeBSD$
3
4 PORTNAME=       Net-Domain-ExpireDate
5 PORTVERSION=    1.20
6 CATEGORIES=     dns net perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        Perl module obtain expiration date of domain names
12
13 BUILD_DEPENDS=  ${RUN_DEPENDS}
14 RUN_DEPENDS=    p5-Net-Whois-Raw>=0:net/p5-Net-Whois-Raw
15
16 USES=           perl5
17 USE_PERL5=      configure
18
19 NO_ARCH=        yes
20
21 .include <bsd.port.mk>