1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/devel/rubygem-ascii85/Makefile
2021-04-06 16:31:07 +02:00

22 lines
402 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
PORTNAME= ascii85
PORTVERSION= 1.0.3
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
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/ascii85
.include <bsd.port.mk>