File:  [cvs.NetBSD.org] / pkgsrc / security / p5-GnuPG-Interface / Makefile
Revision 1.27: download - view: text, annotated - select for diffs
Mon Jun 5 14:24:33 2017 UTC (7 years, 10 months ago) by ryoon
Branches: MAIN
CVS tags: HEAD
Recursive revbump from lang/perl5 5.26.0

# $NetBSD: Makefile,v 1.27 2017/06/05 14:24:33 ryoon Exp $

DISTNAME=		GnuPG-Interface-0.52
PKGNAME=		p5-${DISTNAME}
PKGREVISION=		3
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"

CVSweb <webmaster@jp.NetBSD.org>