7c1d0267c1
Converts strings to/from a slightly modified base64 that contains only url-safe characters WWW: https://github.com/joenoon/url_safe_base64
18 lines
330 B
Makefile
18 lines
330 B
Makefile
# $FreeBSD$
|
|
|
|
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
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|