mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
5200496e13
Changes: https://github.com/marcandre/backports/blob/master/CHANGELOG.md https://github.com/marcandre/backports/commits/master
21 lines
324 B
Makefile
21 lines
324 B
Makefile
# Created by: Bryan Drewery <bryan@shatow.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= backports
|
|
PORTVERSION= 3.18.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby 1.9 backports for 1.8
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|