bbbc42c7ce
This will be part of ruby meta-package.
22 lines
658 B
Makefile
22 lines
658 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2001/06/30 08:15:23 taca Exp $
|
|
# FreeBSD: ports/databases/ruby-gdbm/Makefile,v 1.9 2000/10/20 19:56:05 knu Exp
|
|
|
|
DISTNAME= ${RUBY_DISTNAME}
|
|
PKGNAME= ${RUBY_PKGNAMEPREFIX}gdbm-${RUBY_VERSION}
|
|
CATEGORIES= databases
|
|
MASTER_SITES= ${MASTER_SITE_RUBY}
|
|
|
|
MAINTAINER= taca@netbsd.org
|
|
HOMEPAGE= http://www.ruby-lang.org/en/
|
|
COMMENT= Ruby extension to GDBM library
|
|
|
|
DEPENDS+= gdbm>=1.7.3:../../databases/gdbm
|
|
|
|
DIST_SUBDIR= ruby
|
|
DISTINFO_FILE= ${RUBY_DISTINFO}
|
|
WRKSRC= ${RUBY_WRKSRC}/ext/gdbm
|
|
EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/gdbm
|
|
USE_RUBY_EXTCONF= yes
|
|
|
|
.include "../../lang/ruby-base/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|