freebsd-ports/www/rubygem-amazon-ecs/Makefile
2010-11-12 12:50:03 +00:00

25 lines
546 B
Makefile

# New ports collection makefile for: rubygem-amazon-ecs
# Date created: 2007-07-18
# Whom: TAKATSU Tomonari <tota@rtfm.jp>
#
# $FreeBSD$
#
PORTNAME= amazon-ecs
PORTVERSION= 1.1.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= tota@FreeBSD.org
COMMENT= A generic Amazon E-commerce REST API written in Ruby
RUN_DEPENDS= rubygem-hpricot>=0.4:${PORTSDIR}/www/rubygem-hpricot \
${RUBY_PKGNAMEPREFIX}hmac>=0.3.2:${PORTSDIR}/security/ruby-hmac
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>