2005-11-09 12:30:07 +01:00
|
|
|
# Ports collection makefile for: gem-transaction-simple
|
|
|
|
# Date created: 09 nov 2005
|
|
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= transactionsimple
|
2007-02-16 12:49:12 +01:00
|
|
|
PORTVERSION= 1.4.0
|
2006-01-21 21:25:07 +01:00
|
|
|
CATEGORIES= devel rubygems
|
2006-08-08 13:35:27 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= trans-simple
|
2005-11-09 12:30:07 +01:00
|
|
|
DISTNAME= transaction-simple-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2005-11-10 20:52:06 +01:00
|
|
|
COMMENT= Simple object transaction support
|
2005-11-09 12:30:07 +01:00
|
|
|
|
2007-03-09 20:30:21 +01:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/hoe-1.2.0.gemspec:${PORTSDIR}/devel/rubygem-hoe
|
2007-02-16 12:49:12 +01:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2005-11-09 12:30:07 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
|
|
|
.include <bsd.port.post.mk>
|