[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / net / fpdns

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/net/fpdns/Makefile between version 1.5 and 1.6

version 1.5, 2013/05/31 12:41:32 version 1.6, 2013/06/22 22:35:13
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  #
   
 DISTNAME=       fpdns-0.9.1  #DISTNAME=      kirei-fpdns-23eb0bf
 PKGREVISION=    2  DISTNAME=       fpdns-20130404
 CATEGORIES=     net  CATEGORIES=     net
 MASTER_SITES=   http://www.rfc.se/fpdns/distfiles/  MASTER_SITES=   -https://github.com/kirei/fpdns/archive/20130404.zip
   EXTRACT_SUFX=   .zip
   
 MAINTAINER=     pkgsrc-users@NetBSD.org  MAINTAINER=     pkgsrc-users@NetBSD.org
 HOMEPAGE=       http://www.rfc.se/fpdns/  HOMEPAGE=       https://github.com/kirei/fpdns/
 COMMENT=        Fingerprinting DNS servers  COMMENT=        Fingerprinting DNS servers
   LICENSE=        modified-bsd
   
 DEPENDS+=       p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS  DEPENDS+=       p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS
   
 WRKSRC=         ${WRKDIR}  FETCH_USING=    curl
 REPLACE_PERL=   fpdns.pl  
   REPLACE_PERL=   apps/fpdns
 USE_TOOLS+=     perl  USE_TOOLS+=     perl
 USE_LANGUAGES=  # none  USE_LANGUAGES=  # none
   
 INSTALLATION_DIRS=      bin ${PKGMANDIR}/man1  PERL5_CONFIGURE=        yes
   .include "../../lang/perl5/module.mk"
 do-build:  
   
 do-install:  
         ${INSTALL_SCRIPT} ${WRKSRC}/fpdns.pl ${DESTDIR}${PREFIX}/bin  
         ${INSTALL_MAN} ${WRKSRC}/fpdns.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1  
   
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb <webmaster@jp.NetBSD.org>