forked from Lainports/freebsd-ports
PR: ports/147013 ports/147014 ports/147015 ports/147016
ports/147017 ports/147018 ports/147019 ports/147020
ports/147033 ports/147034 ports/147035 ports/147036
ports/147037 ports/147038 ports/147040 ports/147041
ports/147042
Submitted by: pgollucci@ (myself)
With Hat: ruby@
24 lines
526 B
Makefile
24 lines
526 B
Makefile
# New ports collection makefile for: rubygem-dm-core
|
|
# Date created: 2010-01-20
|
|
# Whom: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dm-core
|
|
PORTVERSION= 0.10.1
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= jyyou@cs.nctu.edu.tw
|
|
COMMENT= An Object/Relational Mapper for Ruby
|
|
|
|
RUN_DEPENDS= rubygem-extlib>=0.9.13:${PORTSDIR}/devel/rubygem-extlib \
|
|
rubygem-addressable>=2.1:${PORTSDIR}/www/rubygem-addressable
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|