aboutsummaryrefslogtreecommitdiffstats
path: root/dns/p5-Net-Domain-ExpireDate
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-04 13:21:59 +0800
committeraz <az@FreeBSD.org>2012-06-04 13:21:59 +0800
commitac201cd7e1a5b13aba43876d2f504c7b7ceed2a7 (patch)
tree32ac53d83bafd25e8571c85f46f6fdb0610d1311 /dns/p5-Net-Domain-ExpireDate
parentaef63c97c3d328a1b982ef8eb841af79bd782b6a (diff)
downloadfreebsd-ports-gnome-ac201cd7e1a5b13aba43876d2f504c7b7ceed2a7.tar.gz
freebsd-ports-gnome-ac201cd7e1a5b13aba43876d2f504c7b7ceed2a7.tar.zst
freebsd-ports-gnome-ac201cd7e1a5b13aba43876d2f504c7b7ceed2a7.zip
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'dns/p5-Net-Domain-ExpireDate')
-rw-r--r--dns/p5-Net-Domain-ExpireDate/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/dns/p5-Net-Domain-ExpireDate/Makefile b/dns/p5-Net-Domain-ExpireDate/Makefile
index b88534e8e667..f54ef677dd76 100644
--- a/dns/p5-Net-Domain-ExpireDate/Makefile
+++ b/dns/p5-Net-Domain-ExpireDate/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module obtain expiration date of domain names
-BUILD_DEPENDS= ${SITE_PERL}/Net/Whois/Raw.pm:${PORTSDIR}/net/p5-Net-Whois-Raw
-RUN_DEPENDS= ${SITE_PERL}/Net/Whois/Raw.pm:${PORTSDIR}/net/p5-Net-Whois-Raw
+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
PERL_CONFIGURE= yes
@@ -27,7 +27,7 @@ post-patch:
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500905
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Time/Piece.pm:${PORTSDIR}/devel/p5-Time-Piece
+RUN_DEPENDS+= p5-Time-Piece>=0:${PORTSDIR}/devel/p5-Time-Piece
.endif
.include <bsd.port.post.mk>