opnsense-ports/converters/rubygem-url_safe_base64/Makefile
Franco Fichtner f80062b735 */*: sync with upstream
Taken from: HardenedBSD
2017-06-13 06:48:29 +02:00

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>