7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
26 lines
646 B
Makefile
26 lines
646 B
Makefile
# $NetBSD: Makefile,v 1.10 2014/05/29 23:37:03 wiz Exp $
|
|
|
|
VERSION= 20130404
|
|
DISTNAME= 20130404
|
|
PKGREVISION= 2
|
|
PKGNAME= fpdns-0.10.0pre${VERSION}
|
|
CATEGORIES= net
|
|
MASTER_SITES= https://github.com/kirei/fpdns/archive/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/kirei/fpdns/
|
|
COMMENT= Fingerprinting DNS servers
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= p5-Net-DNS>=0.42:../../net/p5-Net-DNS
|
|
|
|
WRKSRC= ${WRKDIR}/fpdns-${VERSION}
|
|
REPLACE_PERL= apps/fpdns
|
|
USE_TOOLS+= perl
|
|
USE_LANGUAGES= # none
|
|
|
|
PERL5_CONFIGURE= yes
|
|
PERL5_PACKLIST= auto/Net/DNS/Fingerprint/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|