freebsd-ports/graphics/rubygem-fastimage/Makefile
2018-11-30 20:05:31 +00:00

20 lines
347 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= fastimage
PORTVERSION= 2.1.5
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= FastImage finds the size or type of an image
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>