opnsense-ports/graphics/rubygem-fastimage/Makefile
Franco Fichtner 09d05d46a0 */*: sync with upstream
Taken from: FreeBSD
2016-12-29 07:41:55 +01:00

21 lines
407 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= fastimage
PORTVERSION= 2.0.1
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
RUN_DEPENDS= rubygem-addressable>=2:www/rubygem-addressable
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>