diff options
Diffstat (limited to 'dns/fastresolve/Makefile')
-rw-r--r-- | dns/fastresolve/Makefile | 8 |
1 files changed, 2 insertions, 6 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} |