4466e680c3
Changes: https://github.com/marcandre/backports/blob/master/CHANGELOG.rdoc https://github.com/marcandre/backports/commits/master
18 lines
303 B
Makefile
18 lines
303 B
Makefile
# Created by: Bryan Drewery <bryan@shatow.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= backports
|
|
PORTVERSION= 3.6.4
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby 1.9 backports for 1.8
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|