aboutsummaryrefslogblamecommitdiff
path: root/databases/rubygem-marginalia/Makefile
blob: 5ab4ef7c3d7836164ce02a510cf7be927d28aff6 (plain) (tree)
1
2
3
4
5
6




                                                    
                 








                                                            

                                                                            






                      
# Created by Matthias Fechner <mfechner@FreeBSD.org>
# $FreeBSD$

PORTNAME=	marginalia
PORTVERSION=	1.8.0
PORTREVISION=	1
CATEGORIES=	databases rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Attach comments to your ActiveRecord queries

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-actionpack60>=2.3:www/rubygem-actionpack60 \
		rubygem-activerecord60>=2.3:databases/rubygem-activerecord60

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>