freebsd-ports/devel/rubygem-ascii85/Makefile
2013-10-30 02:29:22 +00:00

20 lines
405 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
GEM_NAME= ${DISTNAME}
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES+= bin/ascii85
.include <bsd.port.mk>