freebsd-ports/graphics/rubygem-fastimage/Makefile
2022-01-07 01:33:24 +09:00

19 lines
335 B
Makefile

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