forked from Lainports/freebsd-ports
23 lines
482 B
Makefile
23 lines
482 B
Makefile
# Created by Matthias Fechner <mfechner@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= marginalia
|
|
PORTVERSION= 1.8.0
|
|
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-actionpack52>=2.3:www/rubygem-actionpack52 \
|
|
rubygem-activerecord52>=3.1:databases/rubygem-activerecord52
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|