forked from Lainports/freebsd-ports
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. WWW: http://rubyforge.org/projects/deprecated/ PR: ports/138098 Submitted by: Wen Heping<wenheping at gmail.com>
20 lines
417 B
Makefile
20 lines
417 B
Makefile
# New ports collection makefile for: rubygem-deprecated
|
|
# Date created: 23 Aug, 2009
|
|
# Whom: Wen Heping<wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= deprecated
|
|
PORTVERSION= 2.0.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RF
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= A library intended to aid developers working with deprecated code
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|