c0eb497c1f
object-oriented method for interacting with GnuPG, being able to perform functions such as but not limited to encrypting, signing, decryption, verification, and key-listing parsing.
21 lines
608 B
Makefile
21 lines
608 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/01/10 18:22:22 tv Exp $
|
|
#
|
|
|
|
DISTNAME= GnuPG-Interface-0.34
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnupg-interface/}
|
|
|
|
MAINTAINER= tv@duh.org
|
|
HOMEPAGE= http://gnupg-interface.sourceforge.net/
|
|
COMMENT= Perl interface to GnuPG
|
|
|
|
DEPENDS+= p5-Class-MethodMaker>=1.00:../../devel/p5-Class-MethodMaker
|
|
DEPENDS+= gnupg>=1.2.3:../../security/gnupg
|
|
|
|
USE_BUILDLINK3= yes
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/GnuPG/Interface/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|