pkgsrc/security/p5-GnuPG-Interface/Makefile
wiz 7ffd7c5dc1 Update to 0.46:
0.46 Thu Oct 25 14:04:17 EDT 2012

	Add a ->search_keys method
	Add a ->version method
	Remove dead code for finding gnupg2 binary
2013-06-01 07:34:58 +00:00

20 lines
618 B
Makefile

# $NetBSD: Makefile,v 1.20 2013/06/01 07:34:58 wiz Exp $
DISTNAME= GnuPG-Interface-0.46
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-Any-Moose>=0.04:../../devel/p5-Any-Moose
PERL5_PACKLIST= auto/GnuPG/Interface/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"