diff options
author | Alexander Logvinov <avl@FreeBSD.org> | 2009-06-29 07:33:26 +0000 |
---|---|---|
committer | Alexander Logvinov <avl@FreeBSD.org> | 2009-06-29 07:33:26 +0000 |
commit | 79392c8df579f041ba8f247cad5919751c896574 (patch) | |
tree | 0704e5303bfda0488496394a449f7fd981a9f651 /devel/rubygem-authlogic/Makefile | |
parent | 13dce516737046c9be0a5e8f74b2803b1f63aa39 (diff) | |
download | ports-79392c8df579f041ba8f247cad5919751c896574.tar.gz ports-79392c8df579f041ba8f247cad5919751c896574.zip |
Notes
Diffstat (limited to 'devel/rubygem-authlogic/Makefile')
-rw-r--r-- | devel/rubygem-authlogic/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/rubygem-authlogic/Makefile b/devel/rubygem-authlogic/Makefile new file mode 100644 index 000000000000..680eba622e6c --- /dev/null +++ b/devel/rubygem-authlogic/Makefile @@ -0,0 +1,21 @@ +# Ports collection makefile for: rubygem-authlogic +# Date created: 24 June 2009 +# Whom: Alexander Logvinov <avl@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= authlogic +PORTVERSION= 2.1.0 +CATEGORIES= devel rubygems +MASTER_SITES= RF + +MAINTAINER= avl@FreeBSD.org +COMMENT= A clean, simple, and unobtrusive Ruby authentication solution + +RUN_DEPENDS= rubygem-activesupport>=2.0.2:${PORTSDIR}/devel/rubygem-activesupport + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> |