summaryrefslogtreecommitdiff
path: root/graphics/rubygem-fastimage/Makefile
blob: f239be8bf1c099f8020ef9bfe03dccdd5a5f70e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	fastimage
PORTVERSION=	2.4.0
CATEGORIES=	graphics rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	FastImage finds the size or type of an image
WWW=		https://github.com/sdsykes/fastimage

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>