pkgsrc/devel/ruby-deprecated/Makefile
taca 6d0f773e50 Avoid to define constant Deprecate since it is conflict with rubygems.
Newer rubygems poorly defines module Deprecate which could be
Gem::Deprecate.

Bump PKGREVISION.
2011-08-12 15:56:38 +00:00

18 lines
450 B
Makefile

# $NetBSD: Makefile,v 1.3 2011/08/12 15:56:38 taca Exp $
DISTNAME= deprecated-2.0.1
PKGREVISION= 1
CATEGORIES= devel ruby
#
# Since database/ruby-dbi requires deprecated-2.0.1,
# please be careful for updating this package.
#
MAINTAINER= taca@NetBSD.org
HOMEPAGE= http://rubyforge.org/projects/deprecated/
COMMENT= Aid developers working with deprecated code
LICENSE= modified-bsd
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"