Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# $NetBSD: Makefile,v 1.7 2013/06/23 12:18:34 pettai Exp $
#
DISTNAME= fpdns-20130404
PKGNAME= fpdns-0.10.0pre20130404
CATEGORIES= net
MASTER_SITES= -https://github.com/kirei/fpdns/archive/20130404.zip
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/kirei/fpdns/
COMMENT= Fingerprinting DNS servers
LICENSE= modified-bsd
DEPENDS+= p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS
FETCH_USING= curl
REPLACE_PERL= apps/fpdns
USE_TOOLS+= perl
USE_LANGUAGES= # none
PERL5_CONFIGURE= yes
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"