blob: 402dbb3e1af62161c68d432d98b10859d34f8dc6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: ruby-qdbm
# Date created: 2005-09-01
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
COMMENT= Ruby API for QDBM
SLAVEPORT= ruby
USE_RUBY= yes
MASTERDIR= ${.CURDIR}/../../databases/qdbm
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/ruby
PLIST= ${.CURDIR}/pkg-plist
DESCR= ${.CURDIR}/pkg-descr
PATCHDIR= ${.CURDIR}/files
.include "${MASTERDIR}/Makefile"
|