aboutsummaryrefslogtreecommitdiff
path: root/converters/rubygem-base32/Makefile
blob: 23a89754be1d21955811035cdb3a31c7f3487ae8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
PORTNAME=	base32
PORTVERSION=	0.3.4
CATEGORIES=	converters rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Ruby extension for base32 encoding and decoding
WWW=		https://github.com/stesla/base32

NO_ARCH=	yes
USES=		gem

.include <bsd.port.mk>