freebsd-ports/devel/rubygem-transaction-simple/Makefile
Sunpoet Po-Chuan Hsieh 5f2e229fb6 - Move devel/rubygem-transactionsimple to devel/rubygem-transaction-simple
- Add LICENSE
- Remove DISTNAME and GEM_NAME
- Update WWW
- Bump PORTREVISION for dependency change
2015-04-05 18:26:15 +00:00

18 lines
290 B
Makefile

# $FreeBSD$
PORTNAME= transaction-simple
PORTVERSION= 1.4.0.2
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Simple object transaction support
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>