forked from Lainports/freebsd-ports
- Add LICENSE - Remove DISTNAME and GEM_NAME - Update WWW - Bump PORTREVISION for dependency change
18 lines
290 B
Makefile
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>
|