pkgsrc/converters/ruby-Ascii85/Makefile
taca 92251d650f Importing ruby-Ascii85 package version 1.0.1.
Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding
of the same name.
2011-06-19 14:16:55 +00:00

14 lines
345 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/06/19 14:16:55 taca Exp $
DISTNAME= Ascii85-1.0.1
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"