pkgsrc/security/p5-Crypt-OpenSSL-RSA/Makefile
sno d58b53fa67 Updating security/p5-Crypt-OpenSSL-RSA from 0.25nb3 to 0.26
Upstream changes:
0.26  Sun Nov 22 2009 11:01:13
        - Change subclassing test to generate a 512 bit key in order to
          work around an odd issue seen on some 64-bit redhat systems.
          (CPAN bug 45498)
2010-01-29 10:40:20 +00:00

28 lines
829 B
Makefile

# $NetBSD: Makefile,v 1.18 2010/01/29 10:40:20 sno Exp $
#
DISTNAME= Crypt-OpenSSL-RSA-0.26
PKGNAME= p5-${DISTNAME}
#PKGREVISION= 3
SVR4_PKGNAME= p5ors
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://perl-openssl.sourceforge.net/
COMMENT= Perl5 wrapper module for the OpenSSL RSA functions
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
DEPENDS+= p5-Crypt-OpenSSL-Bignum-[0-9]*:../../security/p5-Crypt-OpenSSL-Bignum
DEPENDS+= p5-Crypt-OpenSSL-Random-[0-9]*:../../security/p5-Crypt-OpenSSL-Random
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Crypt/OpenSSL/RSA/.packlist
.include "../../security/openssl/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"