PORTNAME=	url_safe_base64
PORTVERSION=	0.2.2
CATEGORIES=	converters rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Converts strings to/from base64 that contains only url-safe characters
WWW=		https://github.com/joenoon/url_safe_base64

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE

NO_ARCH=	yes
USES=		gem

.include <bsd.port.mk>