blob: 385bb5991d44e602d82197c4cc5c2a6f7a3d2feb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $FreeBSD$
PORTNAME= transactionsimple
PORTVERSION= 1.4.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
DISTNAME= transaction-simple-${PORTVERSION}
MAINTAINER= ruby@FreeBSD.org
COMMENT= Simple object transaction support
RUN_DEPENDS= rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe
GEM_NAME= ${DISTNAME}
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|