summaryrefslogtreecommitdiff
path: root/security/ruby-ssl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/ruby-ssl/Makefile')
-rw-r--r--security/ruby-ssl/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/security/ruby-ssl/Makefile b/security/ruby-ssl/Makefile
new file mode 100644
index 00000000000..17e1b16a407
--- /dev/null
+++ b/security/ruby-ssl/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/07/01 13:43:01 taca Exp $
+# FreeBSD: ports/security/ruby-ssl/Makefile,v 1.2 2001/01/11 20:39:53 knu Exp
+
+DISTNAME= ssl-0.2.2
+PKGNAME= ${RUBY_PKGNAMEPREFIX}${DISTNAME}
+CATEGORIES= security
+MASTER_SITES= http://www.notwork.org/~gotoyuzo/ruby/src/
+
+MAINTAINER= taca@netbsd.org
+HOMEPAGE= # not available
+COMMENT= SSL socket module for Ruby
+
+DIST_SUBDIR= ruby
+USE_SSL= yes
+USE_RUBY_EXTCONF= yes
+
+CONFIGURE_ARGS= --with-ssl-include="${SSLBASE}/include/openssl" \
+ --with-ssl-lib="${SSLBASE}/lib"
+INSTALL_TARGET= site-install
+
+post-install:
+ ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/ssl
+ ${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/ssl
+
+.include "../../lang/ruby-base/Makefile.common"
+.include "../../mk/bsd.pkg.mk"