diff options
Diffstat (limited to 'dns/scavenge/Makefile')
-rw-r--r-- | dns/scavenge/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dns/scavenge/Makefile b/dns/scavenge/Makefile index b36f97b..3f57219 100644 --- a/dns/scavenge/Makefile +++ b/dns/scavenge/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: scavenge -# Date created: 13 April 2005 -# Whom: mark@foster.cc -# +# Created by: mark@foster.cc # $FreeBSD$ PORTNAME= scavenge @@ -19,7 +16,7 @@ RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ PLIST_FILES= bin/scavenge NO_BUILD= yes -USE_PERL5= yes +USES= perl5 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/src/scavenge ${PREFIX}/bin |