summaryrefslogtreecommitdiff
path: root/security/ruby-openssl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/ruby-openssl/Makefile')
-rw-r--r--security/ruby-openssl/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/security/ruby-openssl/Makefile b/security/ruby-openssl/Makefile
deleted file mode 100644
index 6b3b118e900..00000000000
--- a/security/ruby-openssl/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2003/07/17 22:53:14 grant Exp $
-
-DISTNAME= ossl-0.1.3
-PKGNAME= ${RUBY_PKGNAMEPREFIX}openssl-0.1.3
-PKGREVISION= 1
-WRKSRC= ${WRKDIR}/ossl
-CATEGORIES= security
-MASTER_SITES= http://freesoftware.fsf.org/download/rubypki/
-
-MAINTAINER= taca@NetBSD.org
-HOMEPAGE= http://www.freesoftware.fsf.org/rubypki/
-COMMENT= OpenSSL interface module for Ruby
-
-DIST_SUBDIR= ruby
-USE_RUBY_EXTCONF= yes
-RUBY_REQD= 1.6.4
-USE_BUILDLINK2= # defined
-USE_OPENSSL_VERSION= ${OPENSSL_VERSION_096}
-
-CONFIGURE_ARGS= --with-ssl-include="${BUILDLINK_PREFIX.openssl}/include" \
- --with-ssl-lib="${BUILDLINK_PREFIX.openssl}/lib"
-INSTALL_TARGET= site-install
-DOCS= ChangeLog README
-
-post-install:
- ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/openssl
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/$f ${RUBY_DOCDIR}/openssl
-.endfor
-
-.include "../../lang/ruby-base/Makefile.common"
-.include "../../lang/ruby-base/buildlink2.mk"
-.include "../../security/openssl/buildlink2.mk"
-.include "../../mk/bsd.pkg.mk"