28a6587871
Ruby extension for base32 encoding and decoding WWW: https://rubygems.org/gems/base32/ PR: 209901 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
16 lines
306 B
Makefile
16 lines
306 B
Makefile
# Created by: Torsten Zuehlsdorff <ports@toco-domains.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= base32
|
|
PORTVERSION= 0.3.2
|
|
CATEGORIES= converters rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby extension for base32 encoding and decoding
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|