forked from Lainports/freebsd-ports
22 lines
458 B
Makefile
22 lines
458 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= 0.5.4
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RF
|
|
|
|
MAINTAINER= tota@rtfm.jp
|
|
COMMENT= A generic Amazon E-commerce REST API written in Ruby
|
|
|
|
RUN_DEPENDS= rubygem-hpricot>=0:${PORTSDIR}/www/rubygem-hpricot
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|