freebsd-ports/net/rubygem-aws-s3/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

23 lines
528 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= aws-s3
PORTVERSION= 0.6.3
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= swills@FreeBSD.org
COMMENT= Client library for Amazon S3 REST API
RUN_DEPENDS= rubygem-xml-simple>=0:${PORTSDIR}/textproc/rubygem-xml-simple \
rubygem-builder>=0:${PORTSDIR}/devel/rubygem-builder \
rubygem-mime-types>=0:${PORTSDIR}/misc/rubygem-mime-types
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/s3sh
.include <bsd.port.mk>