PortSystem 1.0

name			base-64
version			1.3
categories		mail
platforms		darwin
license			GPL-2
maintainers		nomaintainer
description		command line RFC 3548-compliant base 64 encoder and decoder
long_description	Base64 is a command line tool that implements an \
				RFC 3548-compliant base 64 encoder and decoder. When encoding \
				it can wrap encoded lines to a specified column, and when \
				decoding can optionally ignore non-alphabet characters.

homepage		http://josefsson.org/base64/
master_sites	${homepage}/releases/
distname		base64-${version}
checksums		md5 9b77afec52846f06e4d3bf3b462b45a5

depends_lib		port:gettext

configure.args	--mandir=${prefix}/share/man
configure.ldflags-append	"-lintl"
configure.cflags-append	"-I${prefix}/include"

test.run		yes
test.target		check
