pkgsrc/devel/ruby-deprecated/Makefile
taca 013ea4989c Importing devel/ruby-deprecated version 2.0.1.
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.
2009-10-20 02:50:45 +00:00

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"