013ea4989c
This 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.
15 lines
401 B
Makefile
15 lines
401 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/10/20 02:50:45 taca Exp $
|
|
|
|
DISTNAME= deprecated-2.0.1
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel ruby
|
|
|
|
MAINTAINER= taca@NetBSD.org
|
|
HOMEPAGE= http://rubyforge.org/projects/deprecated/
|
|
COMMENT= Aid developers working with deprecated code
|
|
LICENSE= modified-bsd
|
|
|
|
GEM_BUILD= gemspec
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|