92251d650f
Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding of the same name.
14 lines
345 B
Makefile
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"
|