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

24 lines
513 B
Makefile
Raw Normal View History

# Created by: clsung
# $FreeBSD$
PORTNAME= Net-Domain-ExpireDate
PORTVERSION= 1.11
CATEGORIES= dns net perl5
2007-08-21 08:16:56 +02:00
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DESPAIR
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module obtain expiration date of domain names
2012-06-04 07:21:59 +02:00
BUILD_DEPENDS= p5-Net-Whois-Raw>=0:${PORTSDIR}/net/p5-Net-Whois-Raw
RUN_DEPENDS= p5-Net-Whois-Raw>=0:${PORTSDIR}/net/p5-Net-Whois-Raw
USES= perl5
USE_PERL5= configure
MAN3= Net::Domain::ExpireDate.3
NO_STAGE= yes
.include <bsd.port.mk>