freebsd-ports/net/rubygem-aws-s3/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

23 lines
492 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:textproc/rubygem-xml-simple \
rubygem-builder>=0:devel/rubygem-builder \
rubygem-mime-types>=0:misc/rubygem-mime-types
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/s3sh
.include <bsd.port.mk>