diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-05 23:05:29 +0800 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-05 23:05:29 +0800 |
commit | 43f0c9f153cbb6a2e3db53e004582f6729057928 (patch) | |
tree | 6094da914716107bca7d35889c1b8aab5e6097c7 /dns/p5-Data-Validate-Domain | |
parent | 51a9b4dec5856fd0ce0b884de19626c1cc420758 (diff) | |
download | freebsd-ports-gnome-43f0c9f153cbb6a2e3db53e004582f6729057928.tar.gz freebsd-ports-gnome-43f0c9f153cbb6a2e3db53e004582f6729057928.tar.zst freebsd-ports-gnome-43f0c9f153cbb6a2e3db53e004582f6729057928.zip |
- Convert to new perl framework
- Trim Makefile header
Approved by: tobez@ (maintainer)
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 |