summaryrefslogtreecommitdiff
path: root/databases/ruby-dbm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/ruby-dbm/Makefile')
-rw-r--r--databases/ruby-dbm/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/databases/ruby-dbm/Makefile b/databases/ruby-dbm/Makefile
deleted file mode 100644
index 3cec96b5462..00000000000
--- a/databases/ruby-dbm/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2005/01/23 17:33:19 taca Exp $
-#
-
-DISTNAME= ${RUBY_DISTNAME}
-PKGNAME= ${RUBY_PKGPREFIX}-dbm-${RUBY_VERSION}
-CATEGORIES= databases ruby
-MASTER_SITES= ${MASTER_SITE_RUBY}
-
-MAINTAINER= taca@NetBSD.org
-HOMEPAGE= ${RUBY_HOMEPAGE}
-COMMENT= Ruby extension to DBM library
-
-RUBY_HAS_ARCHLIB= yes
-USE_BUILDLINK3= yes
-USE_RUBY_EXTCONF= yes
-DISTINFO_FILE= ${RUBY_DISTINFO_FILE}
-WRKSRC= ${RUBY_WRKSRC}/ext/dbm
-EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/dbm \
- ${RUBY_DISTNAME}/sample/dbmtest.rb
-
-post-install:
- ${INSTALL_DATA} ${RUBY_WRKSRC}/sample/dbmtest.rb ${RUBY_EXAMPLESDIR}
-
-.include "../../mk/bsd.prefs.mk"
-#
-# XXX: Ruby extconf shuld select native ndbm(3) or Berkley DB's
-# ndbm(3) compatible support.
-#
-.if ${OPSYS} != "SunOS"
-BDB_ACCEPTED?= db1
-
-.include "../../mk/bdb.buildlink3.mk"
-.endif
-.include "../../lang/ruby/modules.mk"
-.include "../../lang/ruby/Makefile.common"
-.include "../../mk/bsd.pkg.mk"