aboutsummaryrefslogtreecommitdiffstats
path: root/databases/rubygem-dm-paperclip/Makefile
blob: 275d9cdcb8142f31614c3bc9418d881bceb210c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    rubygem-dm-paperclip
# Date created:     2011-06-16
# Whom:         Ryan Steinmetz <rpsfa@rit.edu>
#
# $FreeBSD$
#

PORTNAME=   dm-paperclip
PORTVERSION=    2.4.1
CATEGORIES= databases rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    File attachments as attributes for DataMapper

RUN_DEPENDS=    rubygem-datamapper>=0:${PORTSDIR}/databases/rubygem-datamapper \
        rubygem-extlib>=0:${PORTSDIR}/devel/rubygem-extlib

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>