pkgsrc/security/p5-OpenSSL/Makefile
he e64549e7e0 Import p5-OpenSSL version 0.09.
Fixes PR#39223.


THIS IS A FUCKING HACK (nichts für die Goldwaage..)

Don't read the man-pages/*.pm's (they are dummy), check t/*
and fix OpenSSL.xs

Don't forget to try -
print OpenSSL::CRL::new_from_file("crl.pem")->info
- it's the only CRL stuff that's supported :)

OpenSSL::HMAC is dummy.
OpenSSL::BN is untested.
2008-12-19 18:30:52 +00:00

24 lines
635 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/12/19 18:30:52 he Exp $
#
DISTNAME= OpenSSL-0.09
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5osl
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/O/OE/OESI/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/OpenSSL/
COMMENT= Perl5 wrapper module for the OpenSSL functions
#LICENSE= gnu-gpl-v2 # under same terms as Perl
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c
PERL5_PACKLIST= auto/OpenSSL/.packlist
.include "../../security/openssl/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"