diff options
author | az <az@FreeBSD.org> | 2013-08-03 16:45:51 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-03 16:45:51 +0800 |
commit | f8d84df2018f0071d586d8c74fe89b3ebe61cbfc (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /dns | |
parent | 5ff0965a6a20416caf6012b02767e66ac0694085 (diff) | |
download | freebsd-ports-gnome-f8d84df2018f0071d586d8c74fe89b3ebe61cbfc.tar.gz freebsd-ports-gnome-f8d84df2018f0071d586d8c74fe89b3ebe61cbfc.tar.zst freebsd-ports-gnome-f8d84df2018f0071d586d8c74fe89b3ebe61cbfc.zip |
- Convert to new perl framework
- Trim Makefile header
Diffstat (limited to 'dns')
-rw-r--r-- | dns/fastresolve/Makefile | 8 | ||||
-rw-r--r-- | dns/sleuth/Makefile | 3 |
2 files changed, 3 insertions, 8 deletions
diff --git a/dns/fastresolve/Makefile b/dns/fastresolve/Makefile index c3b52315c6e5..acdb13d2a257 100644 --- a/dns/fastresolve/Makefile +++ b/dns/fastresolve/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fastresolve -# Date created: 11 June 2002 -# Whom: verm@drunkmonk.net -# +# Created by: verm@drunkmonk.net # $FreeBSD$ -# PORTNAME= fastresolve PORTVERSION= 2.10 @@ -20,8 +16,8 @@ RUN_DEPENDS= p5-BerkeleyDB>=0:${PORTSDIR}/databases/p5-BerkeleyDB LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +USES= perl5 USE_BZIP2= yes -USE_PERL5= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes CONFIGURE_ENV= PERL=${PERL} diff --git a/dns/sleuth/Makefile b/dns/sleuth/Makefile index 81b582cdee5d..c4ee6cfa228b 100644 --- a/dns/sleuth/Makefile +++ b/dns/sleuth/Makefile @@ -11,8 +11,7 @@ COMMENT= A tool for checking DNS zones RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS -USE_PERL5= yes -USES= shebangfix +USES= shebangfix perl5 SHEBANG_FILES= sleuth PLIST_FILES= bin/sleuth etc/sleuth.conf.sample |