79b8380d57
0.42 Wed Sep 30 23:20:58 JST 2009 * Support for GPG2 0.41_01 Fri Sep 25 02:56:33 JST 2009 * Beginnings of support for GPG2 0.40_04 Tue Apr 21 19:50:12 JST 2009 * Use Any::Moose instead of Moose for Mouse celerity (Sartak) 0.40_1 Sat Nov 15 12:35:59 EST 2008 * [rt.cpan.org #40963] Replace Class::MethodMaker with Moose (Chris Prather)
23 lines
655 B
Makefile
23 lines
655 B
Makefile
# $NetBSD: Makefile,v 1.12 2009/12/15 13:18:44 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= GnuPG-Interface-0.42
|
|
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}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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"
|