Files
ports/graphics/rubygem-fastimage/Makefile
Niclas Zeising 8e95c5a761 rubygem-fastimage: Update to 2.1.7
Update graphics/rubygem-fastimage to 2.1.7

PR:		242293
Submitted by:	Yasuhiro KIMURA
Approved by:	maintainer timeout
2020-07-21 18:10:34 +00:00

21 lines
347 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= fastimage
PORTVERSION= 2.1.7
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>