7e9fdb8368
with deprecated code. The idea comes from the 'D' programming language, where developers can mark certain code as deprecated, and then allow/disallow the ability to execute deprecated code. This is a legacy copy in ports of the 2.x series for compatibility with some other Ruby ports. WWW: http://rubyforge.org/projects/deprecated/ PR: ports/150775 Submitted by: Eric Freeman <freebsdports at chillibear.com>
24 lines
530 B
Makefile
24 lines
530 B
Makefile
# New ports collection makefile for: rubygem-deprecated
|
|
# Date created: 20 Sept 2010
|
|
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
|
#
|
|
# Created because the gem interface changed significantly with v3
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= deprecated
|
|
PORTVERSION= 2.0.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Version 2 of this library intended to aid working with deprecated code
|
|
|
|
LATEST_LINK= deprecated2
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|