aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-ascii85/Makefile
blob: 7659afc060aaad87007cb4d895d7990ece2d18d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	ascii85
PORTVERSION=	2.0.1
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 #'
WWW=		https://github.com/DataWraith/ascii85gem

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem

NO_ARCH=	yes

PLIST_FILES=	bin/ascii85

.include <bsd.port.mk>