freebsd-ports/devel/rubygem-authlogic/Makefile
Alexander Logvinov 31af6b05a7 - Update to 2.1.3
2009-11-17 07:48:13 +00:00

21 lines
493 B
Makefile

# Ports collection makefile for: rubygem-authlogic
# Date created: 24 June 2009
# Whom: Alexander Logvinov <avl@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= authlogic
PORTVERSION= 2.1.3
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>