summaryrefslogtreecommitdiff
path: root/security/p5-Net-SSLeay
diff options
context:
space:
mode:
authorjlam <jlam>2003-09-11 04:13:01 +0000
committerjlam <jlam>2003-09-11 04:13:01 +0000
commitea50bb4a616e3a1f6d9baa3758d9da5a1bdffb5e (patch)
tree56dd3750c28e6b0d3faaefd14716f6d097e91cd5 /security/p5-Net-SSLeay
parent36394a85ef1336eb32e44815735a4cf7677b3969 (diff)
downloadpkgsrc-ea50bb4a616e3a1f6d9baa3758d9da5a1bdffb5e.tar.gz
Garbage-collect USE_OPENSSL_VERSION now that openssl/buildlink2.mk supports
just setting BUILDLINK_DEPENDS.openssl. USE_OPENSSL_VERSION wasn't actually needed here anyway since the minimum version allowed by openssl/buildlink2.mk exceeded the version requested here.
Diffstat (limited to 'security/p5-Net-SSLeay')
-rw-r--r--security/p5-Net-SSLeay/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile
index b170efdbf4f..2b4206ccc64 100644
--- a/security/p5-Net-SSLeay/Makefile
+++ b/security/p5-Net-SSLeay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2003/07/21 17:20:23 martti Exp $
+# $NetBSD: Makefile,v 1.23 2003/09/11 04:13:03 jlam Exp $
DISTNAME= Net_SSLeay.pm-1.23
PKGNAME= p5-${DISTNAME:S/Net_/Net-/:S/.pm//}
@@ -12,8 +12,6 @@ COMMENT= Perl5 module for using OpenSSL
USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/SSLeay/.packlist
-
-USE_OPENSSL_VERSION= ${OPENSSL_VERSION_096G}
MAKE_PARAMS+= ${BUILDLINK_PREFIX.openssl}
.include "../../lang/perl5/module.mk"