ports/devel/rubygem-ascii85/Makefile
Sunpoet Po-Chuan Hsieh cfb1188b67 Add LICENSE_FILE
2017-08-03 17:26:53 +00:00

22 lines
414 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= ascii85
PORTVERSION= 1.0.2
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>