mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
5d7b880ff0
Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6057
21 lines
350 B
Makefile
21 lines
350 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= amqp
|
|
PORTVERSION= 0.0.0.20140916
|
|
CATEGORIES= net
|
|
PKGNAMEPREFIX= go-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Go library for AMQP client with RabbitMQ extensions
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= go
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= streadway
|
|
GH_TAGNAME= 7d6d180
|
|
|
|
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|