507a76aa1d
Switch to DISTVERSION. ChangeLog: https://github.com/sdsykes/fastimage/blob/v2.2.6/CHANGELOG PR: 260462
19 lines
335 B
Makefile
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>
|