a24d36fb26
=== 1.0.2 / 2012-09-16 * Changed test runner from RSpec to MiniSpec * Support for rubygems-test * Minor changes to make packaging easier
14 lines
341 B
Makefile
14 lines
341 B
Makefile
# $NetBSD: Makefile,v 1.2 2012/09/16 14:00:28 taca Exp $
|
|
|
|
DISTNAME= Ascii85-1.0.2
|
|
CATEGORIES= print
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://rubyforge.org/projects/ascii85/
|
|
COMMENT= Ascii85 encoder/decoder
|
|
LICENSE= mit
|
|
|
|
CONFLICTS+= ruby[1-9][0-9]-Ascii85-[0-9]*
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|