freebsd-ports/databases/ruby-tokyocabinet/Makefile
Sunpoet Po-Chuan Hsieh d6a31da60a - Update MASTER_SITES and WWW
PR:		ports/160170
Submitted by:	sunpoet (myself)
Approved by:	Damian Gerow <dgerow@afflictions.org> (maintainer)
2011-08-25 15:01:18 +00:00

36 lines
798 B
Makefile

# New ports collection makefile for: ruby-tokyocabinet
# Date created: 9 September 2009
# Whom: Damian Gerow <dgerow@afflictions.org>
#
# $FreeBSD$
#
PORTNAME= tokyocabinet
PORTVERSION= 1.31
CATEGORIES= databases ruby
MASTER_SITES= http://fallabs.com/${PORTNAME}/rubypkg/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-ruby-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= dgerow@afflictions.org
COMMENT= Ruby interface to the Tokyo Cabinet DB engine
LIB_DEPENDS= tokyocabinet.9:${PORTSDIR}/databases/tokyocabinet
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
INSTALL_TARGET= site-install
DOCS= doc/*
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS}
${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif
.include <bsd.port.mk>