freebsd-ports/devel/rubygem-deprecated/Makefile
Martin Wilke 33c9734c5d rubygem-deprecated is a small library intended to aid developers working
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>
2009-08-27 09:08:13 +00:00

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>