freebsd-ports/graphics/rubygem-captcha/Makefile

22 lines
402 B
Makefile
Raw Normal View History

2013-02-26 22:34:44 +01:00
# Created by: Alexander Logvinov <ports@logvinov.com>
# $FreeBSD$
PORTNAME= captcha
2013-02-26 22:34:44 +01:00
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
2015-06-03 20:45:35 +02:00
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>