aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-paperclip/Makefile
blob: 4fa40e9ec0da41ef7dd0012f49ab0fc0ddf0cdca (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
24
25
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$

PORTNAME=   paperclip
PORTVERSION=    4.3.0
CATEGORIES= devel rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Easy upload management for ActiveRecord

LICENSE=    MIT

RUN_DEPENDS=    rubygem-activemodel4>=3.2.0:${PORTSDIR}/databases/rubygem-activemodel4 \
        rubygem-activesupport4>=3.2.0:${PORTSDIR}/devel/rubygem-activesupport4 \
            rubygem-cocaine>=0.5.5:${PORTSDIR}/devel/rubygem-cocaine \
        rubygem-mimemagic>=0.3.0:${PORTSDIR}/misc/rubygem-mimemagic \
            rubygem-mime-types>=0:${PORTSDIR}/misc/rubygem-mime-types

NO_ARCH=    yes
USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>