mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
19 lines
276 B
Makefile
19 lines
276 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= aws-sigv2
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= rubygems
|
|
MAINTAINER= none@FreeBSD.org
|
|
MASTER_SITES= RG
|
|
COMMENT= AWS Signature Version 2 library.
|
|
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|