diff options
Diffstat (limited to 'dns/p5-Data-Validate-Domain')
-rw-r--r-- | dns/p5-Data-Validate-Domain/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/dns/p5-Data-Validate-Domain/Makefile b/dns/p5-Data-Validate-Domain/Makefile index ffd235e45bbe..9bf320aebcc6 100644 --- a/dns/p5-Data-Validate-Domain/Makefile +++ b/dns/p5-Data-Validate-Domain/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dns/p5-Data-Validate-Domain -# Date created: 30 December 2005 -# Whom: Anton Berezin <tobez@FreeBSD.org> -# +# Created by: Anton Berezin <tobez@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Data-Validate-Domain PORTVERSION= 0.10 @@ -18,7 +14,8 @@ COMMENT= Data::Validate::Domain - domain validation methods BUILD_DEPENDS= p5-Net-Domain-TLD>=0:${PORTSDIR}/dns/p5-Net-Domain-TLD RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::Validate::Domain.3 |