mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
20 lines
430 B
Makefile
20 lines
430 B
Makefile
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
|
# $FreeBSD: head/graphics/rubygem-mini_magick/Makefile 484640 2018-11-10 19:57:07Z kwm $
|
|
|
|
PORTNAME= mini_magick
|
|
PORTVERSION= 4.9.2
|
|
CATEGORIES= graphics rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Manipulate images with minimal use of memory via ImageMagick
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
#RUN_DEPENDS+= convert:graph/imagemagick
|
|
|
|
.include <bsd.port.mk>
|