freebsd-ports/graphics/rubygem-captcha/Makefile
Sunpoet Po-Chuan Hsieh a9ac82c096 - Add LICENSE
- Remove BUILD_DEPENDS
- Update RUN_DEPENDS
2015-05-25 19:55:00 +00:00

20 lines
389 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
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>