d0d23793aa
Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-partitions/CHANGELOG.md
19 lines
350 B
Makefile
19 lines
350 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= aws-partitions
|
|
PORTVERSION= 1.296.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Provides interfaces to enumerate AWS partitions, regions, and services
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|