freebsd-ports/graphics/rubygem-captcha/Makefile
Sunpoet Po-Chuan Hsieh 17b6f1c8be - Add NO_ARCH
2015-06-03 18:45:35 +00:00

21 lines
402 B
Makefile

# Created by: Alexander Logvinov <ports@logvinov.com>
# $FreeBSD$
PORTNAME= captcha
PORTVERSION= 1.2.2
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Simple CAPTCHA written in Ruby
LICENSE= MIT
RUN_DEPENDS= rubygem-rmagick>=2.9.2:${PORTSDIR}/graphics/rubygem-rmagick
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>