2006-11-05 18:31:09 +01:00
|
|
|
# $NetBSD: Makefile,v 1.5 2006/11/05 17:35:58 joerg Exp $
|
2006-01-20 21:08:53 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= Crypt-SSLeay-0.51
|
|
|
|
PKGNAME= p5-${DISTNAME}
|
2006-08-23 00:04:51 +02:00
|
|
|
PKGREVISION= 7
|
2006-01-20 21:08:53 +01:00
|
|
|
SVR4_PKGNAME= p5csl
|
|
|
|
CATEGORIES= security perl5 www
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
|
|
|
|
|
|
|
|
MAINTAINER= shell@NetBSD.org
|
|
|
|
COMMENT= Crypt::SSLeay - OpenSSL glue that provides LWP https support
|
|
|
|
|
2006-11-05 18:31:09 +01:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2006-01-20 21:08:53 +01:00
|
|
|
PERL5_PACKLIST= auto/Crypt/SSLeay/.packlist
|
|
|
|
|
|
|
|
SUBST_CLASSES+= openssl
|
|
|
|
SUBST_STAGE.openssl= pre-configure
|
2006-04-22 11:22:05 +02:00
|
|
|
SUBST_MESSAGE.openssl= Fixing path to OpenSSL.
|
2006-01-20 21:08:53 +01:00
|
|
|
SUBST_FILES.openssl= Makefile.PL
|
|
|
|
SUBST_SED.openssl= -e 's|%%SSLBASE%%|${BUILDLINK_PREFIX.openssl}|g'
|
|
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|