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/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile
new file mode 100644
index 00000000000..d7697ba6559
--- /dev/null
+++ b/security/p5-Net-SSLeay/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/09/27 07:25:06 jlam Exp $
+
+DISTNAME= Net_SSLeay.pm-1.08
+PKGNAME= p5-Net-SSLeay-1.08
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
+
+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}
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL ${MAKE_PARAMS}
+
+.include "../../security/openssl/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"