/textproc/p5-Regexp-Common-profanity_us/

/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-authlogic/Makefile
blob: e8d6de7abb4257d5dd33d36f1571c2598797dc2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Ports collection makefile for:    rubygem-authlogic
# Date created:             24 June 2009
# Whom:                 Alexander Logvinov <avl@FreeBSD.org>
#
# $FreeBSD$

PORTNAME=   authlogic
PORTVERSION=    2.1.6
PORTREVISION=   1
CATEGORIES= devel rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    A clean, simple, and unobtrusive Ruby authentication solution

RUN_DEPENDS=    rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>