2012-12-19 13:17:43 +01:00
|
|
|
# Created by: clsung
|
2005-03-04 03:07:30 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-Domain-ExpireDate
|
2017-04-06 23:56:38 +02:00
|
|
|
PORTVERSION= 1.19
|
2005-03-04 03:07:30 +01:00
|
|
|
CATEGORIES= dns net perl5
|
2007-08-21 08:16:56 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-03-04 03:07:30 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-12-07 20:35:25 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2005-03-04 03:07:30 +01:00
|
|
|
COMMENT= Perl module obtain expiration date of domain names
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
BUILD_DEPENDS= p5-Net-Whois-Raw>=0:net/p5-Net-Whois-Raw
|
2013-11-03 08:46:27 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2005-03-04 03:07:30 +01:00
|
|
|
|
2016-01-12 22:39:56 +01:00
|
|
|
NO_ARCH= yes
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2005-03-04 03:07:30 +01:00
|
|
|
|
2012-12-17 06:44:43 +01:00
|
|
|
.include <bsd.port.mk>
|