aboutsummaryrefslogtreecommitdiffstats
path: root/databases/rubygem-dm-paperclip/Makefile
blob: 2e3563d0167686361d621bc2c80eabd77ba5d450 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Ryan Steinmetz <rpsfa@rit.edu>
# $FreeBSD$

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

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

RUN_DEPENDS=    rubygem-dm-core>=1.2.0:${PORTSDIR}/databases/rubygem-dm-core \
        rubygem-dm-migrations>=1.2.0:${PORTSDIR}/databases/rubygem-dm-migrations \
        rubygem-dm-validations>=1.2.0:${PORTSDIR}/databases/rubygem-dm-validations \
        rubygem-extlib>=0:${PORTSDIR}/devel/rubygem-extlib

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>