22 lines
577 B
Makefile
22 lines
577 B
Makefile
# $NetBSD: Makefile,v 1.5 2003/07/17 21:29:01 grant Exp $
|
|
#
|
|
|
|
DISTNAME= ${RUBY_DISTNAME}
|
|
PKGNAME= ${RUBY_PKGNAMEPREFIX}gdbm-${RUBY_VERSION}
|
|
WRKSRC= ${RUBY_WRKSRC}/ext/gdbm
|
|
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.8.3:../../databases/gdbm
|
|
|
|
DIST_SUBDIR= ruby
|
|
DISTINFO_FILE= ${RUBY_DISTINFO}
|
|
EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/gdbm
|
|
USE_RUBY_EXTCONF= yes
|
|
|
|
.include "../../lang/ruby-base/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|