7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
24 lines
748 B
Makefile
24 lines
748 B
Makefile
# $NetBSD: Makefile,v 1.9 2005/08/06 06:19:30 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= Crypt-OpenSSL-RSA-0.21
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 4
|
|
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
|
|
|
|
DEPENDS+= p5-Crypt-OpenSSL-Bignum-[0-9]*:../../security/p5-Crypt-OpenSSL-Bignum
|
|
DEPENDS+= p5-Crypt-OpenSSL-Random-[0-9]*:../../security/p5-Crypt-OpenSSL-Random
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/Crypt/OpenSSL/RSA/.packlist
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|