freebsd-ports/dns/p5-Net-Domain-ExpireDate/Makefile

21 lines
398 B
Makefile
Raw Permalink Normal View History

# Created by: clsung
# $FreeBSD$
PORTNAME= Net-Domain-ExpireDate
PORTVERSION= 1.19
CATEGORIES= dns net perl5
2007-08-21 08:16:56 +02:00
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module obtain expiration date of domain names
BUILD_DEPENDS= p5-Net-Whois-Raw>=0:net/p5-Net-Whois-Raw
2013-11-03 08:46:27 +01:00
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>