5eec4b2eae
- Update WWW Changelog: https://github.com/kreeti/kt-paperclip/releases/tag/v7.2.0
25 lines
644 B
Makefile
25 lines
644 B
Makefile
PORTNAME= kt-paperclip
|
|
PORTVERSION= 7.2.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails61
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Easy upload management for ActiveRecord
|
|
WWW= https://github.com/kreeti/kt-paperclip
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-activemodel61>0:databases/rubygem-activemodel61 \
|
|
rubygem-activesupport61>=0:devel/rubygem-activesupport61 \
|
|
rubygem-marcel>0:devel/rubygem-marcel \
|
|
rubygem-mime-types>=0:misc/rubygem-mime-types \
|
|
rubygem-terrapin>=0.6.0:devel/rubygem-terrapin
|
|
|
|
USES= cpe gem magick:7,run
|
|
CPE_VENDOR= thoughtbot
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|