summaryrefslogtreecommitdiff
path: root/security/p5-Net-SSLeay/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-Net-SSLeay/Makefile')
-rw-r--r--security/p5-Net-SSLeay/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile
index 4a80c6ae5e4..b9d09147f21 100644
--- a/security/p5-Net-SSLeay/Makefile
+++ b/security/p5-Net-SSLeay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/10/18 15:20:38 veego Exp $
+# $NetBSD: Makefile,v 1.4 2001/11/26 06:50:18 jlam Exp $
DISTNAME= Net_SSLeay.pm-1.08
PKGNAME= p5-Net-SSLeay-1.08
@@ -10,14 +10,15 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.bacus.pt/Net_SSLeay/index.html
COMMENT= perl5 module for using OpenSSL
-USE_PERL5= # defined
-PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/SSLeay/.packlist
-MAKE_PARAMS= ${SSLBASE}
+USE_BUILDLINK_ONLY= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/SSLeay/.packlist
+MAKE_PARAMS= ${BUILDLINK_DIR}
USE_OPENSSL_VERSION= OPENSSL_VERSION_096A
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL ${MAKE_PARAMS}
+.include "../../lang/perl5/buildlink.mk"
.include "../../security/openssl/buildlink.mk"
.include "../../mk/bsd.pkg.mk"