19 lines
380 B
Makefile
19 lines
380 B
Makefile
PORTNAME= amazon-ecs
|
|
PORTVERSION= 2.6.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Generic Amazon E-commerce REST API written in Ruby
|
|
WWW= https://github.com/jugend/amazon-ecs
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-nokogiri>=1.10<2:textproc/rubygem-nokogiri
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|