pkgsrc/security/p5-GnuPG-Interface/Makefile
wiz 70858bd1fb Update to 0.52:
0.52 - 2016-02-16
 - Skip "grp" records, generated by GPG 2.1; this suppresses "unknown
   record type" warnings
 - Add explicit Fatal dependency; though nominally part of code perl,
   RedHat's perl does not ship with it
 - Ensure that the trustdb is created before attempting to encrypt; gpg2
   requires that it exist, even for commands with --trust-model=always.
   See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751266
2015-02-19 13:18:10 +00:00

22 lines
731 B
Makefile

# $NetBSD: Makefile,v 1.24 2015/02/19 13:18:10 wiz Exp $
DISTNAME= GnuPG-Interface-0.52
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GnuPG/}
MAINTAINER= pkgsrc-users@NetBSD.org
#HOMEPAGE= http://gnupg-interface.sourceforge.net/
HOMEPAGE= http://search.cpan.org/dist/GnuPG-Interface/
COMMENT= Perl interface to GnuPG
LICENSE= ${PERL5_LICENSE}
DEPENDS+= gnupg>=1.2.3:../../security/gnupg
DEPENDS+= p5-Moo-[0-9]*:../../devel/p5-Moo
DEPENDS+= p5-MooX-late-[0-9]*:../../devel/p5-MooX-late
DEPENDS+= p5-MooX-HandlesVia-[0-9]*:../../devel/p5-MooX-HandlesVia
PERL5_PACKLIST= auto/GnuPG/Interface/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"