799438bdba
- Fix version requirement of RUN_DEPENDS Changes: https://github.com/thoughtbot/paperclip/releases
27 lines
692 B
Makefile
27 lines
692 B
Makefile
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= paperclip
|
|
PORTVERSION= 6.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails50
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Easy upload management for ActiveRecord
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ImageMagick7-nox11>=0:graphics/ImageMagick7-nox11 \
|
|
rubygem-activemodel50>0:databases/rubygem-activemodel50 \
|
|
rubygem-activesupport50>=0:devel/rubygem-activesupport50 \
|
|
rubygem-mimemagic>=0.3.0:misc/rubygem-mimemagic \
|
|
rubygem-mime-types>=0:misc/rubygem-mime-types \
|
|
rubygem-terrapin>=0.6.0:devel/rubygem-terrapin
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|