summaryrefslogtreecommitdiff
path: root/devel/rubygem-ascii85/Makefile
blob: f4eb08380108ac0705a906df1ae8f81c179e4a44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Steve Wills <swills@FreeBSD.org>

PORTNAME=	ascii85
PORTVERSION=	1.1.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG
DISTNAME=	Ascii85-${PORTVERSION}

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Encode/decode Adobe's binary-to-text encoding of the same name #'

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

PLIST_FILES=	bin/ascii85

.include <bsd.port.mk>