1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/www/rubygem-carrierwave/Makefile
Philip M. Gollucci 4e3d011569 Set NO_ARCH for remaining rubygem-* ports with no arch dependent files
Obtained from:  DEVELOPER_MODE
With Hat:       ruby@

Sponsored by:   RideCharge Inc / Curb
2015-07-02 16:01:06 +00:00

25 lines
589 B
Makefile

# $FreeBSD$
PORTNAME= carrierwave
PORTVERSION= 0.10.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Upload files, map them to a range of ORMs, store on different backends
LICENSE= MIT
RUN_DEPENDS= rubygem-activemodel>=3.2.0:${PORTSDIR}/databases/rubygem-activemodel \
rubygem-activesupport>=3.2.0:${PORTSDIR}/devel/rubygem-activesupport \
rubygem-json>=1.7:${PORTSDIR}/devel/rubygem-json \
rubygem-mime-types>=1.16:${PORTSDIR}/misc/rubygem-mime-types
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>