diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-03-02 21:01:58 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-03-02 21:01:58 +0000 |
commit | 28b723187b6ba8da4ae446326721343a9b42fb3d (patch) | |
tree | 8f46c2cbb8bd0e823cb541fb737c52436a6d7db6 /graphics/rubygem-turing/Makefile | |
parent | d2d71651710cb12db35813fcaf5ebb06cf9dcd0c (diff) |
Notes
Diffstat (limited to 'graphics/rubygem-turing/Makefile')
-rw-r--r-- | graphics/rubygem-turing/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/rubygem-turing/Makefile b/graphics/rubygem-turing/Makefile index 15abff33ad59..06c47441a618 100644 --- a/graphics/rubygem-turing/Makefile +++ b/graphics/rubygem-turing/Makefile @@ -1,7 +1,4 @@ -# Ports collection makefile for: rubygem-turing -# Date created: 07 June 2007 -# Whom: Alexander Logvinov <ports@logvinov.com> -# +# Created by: Alexander Logvinov <ports@logvinov.com> # $FreeBSD$ PORTNAME= turing @@ -13,6 +10,9 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Easy to use and customize/extend implementation of captcha +DEPRECATED= Does not work with Ruby 1.9 +EXPIRATION_DATE= 2012-05-02 + RUN_DEPENDS= rubygem-gd2>=1.0:${PORTSDIR}/graphics/rubygem-gd2 USE_RUBY= yes |