2000-08-23 19:17:22 +00:00
|
|
|
# New ports collection makefile for: ruby-gdbm
|
|
|
|
# Date created: 24 Aug 2000
|
|
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gdbm
|
2000-09-06 22:54:59 +00:00
|
|
|
PORTVERSION= ${RUBY_VERSION}.p3
|
2000-08-23 19:17:22 +00:00
|
|
|
CATEGORIES= databases ruby
|
2000-09-05 12:44:13 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_RUBY}
|
2000-09-06 22:54:59 +00:00
|
|
|
MASTER_SITE_SUBDIR= # ${RUBY_VER}
|
|
|
|
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= ruby-${PORTVERSION:S/.p/-preview/}
|
2000-08-23 19:17:22 +00:00
|
|
|
DIST_SUBDIR= ruby
|
|
|
|
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
|
|
|
|
|
|
LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm
|
|
|
|
|
2000-09-06 22:54:59 +00:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBY_EXTCONF= yes
|
2000-08-23 19:17:22 +00:00
|
|
|
|
2000-09-06 22:54:59 +00:00
|
|
|
WRKSRC= ${WRKDIR}/ruby-${PORTVERSION:R}/ext/gdbm
|
2000-08-23 19:17:22 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2000-09-06 22:54:59 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/Mk/bsd.ruby.mk"
|
|
|
|
.include <bsd.port.post.mk>
|