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

Annotation of pkgsrc/net/fpdns/Makefile, Revision 1.6

1.6     ! pettai      1: # $NetBSD: Makefile,v 1.5 2013/05/31 12:41:32 wiz Exp $
1.1       wiz         2: #
                      3:
1.6     ! pettai      4: #DISTNAME=     kirei-fpdns-23eb0bf
        !             5: DISTNAME=      fpdns-20130404
1.1       wiz         6: CATEGORIES=    net
1.6     ! pettai      7: MASTER_SITES=  -https://github.com/kirei/fpdns/archive/20130404.zip
        !             8: EXTRACT_SUFX=  .zip
1.1       wiz         9:
                     10: MAINTAINER=    pkgsrc-users@NetBSD.org
1.6     ! pettai     11: HOMEPAGE=      https://github.com/kirei/fpdns/
1.1       wiz        12: COMMENT=       Fingerprinting DNS servers
1.6     ! pettai     13: LICENSE=       modified-bsd
1.1       wiz        14:
                     15: DEPENDS+=      p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS
                     16:
1.6     ! pettai     17: FETCH_USING=   curl
        !            18:
        !            19: REPLACE_PERL=  apps/fpdns
1.1       wiz        20: USE_TOOLS+=    perl
                     21: USE_LANGUAGES= # none
                     22:
1.6     ! pettai     23: PERL5_CONFIGURE=       yes
        !            24: .include "../../lang/perl5/module.mk"
1.1       wiz        25: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>