mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
9d4e763ba0
With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
22 lines
419 B
Makefile
22 lines
419 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
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= streadway
|
|
GH_TAGNAME= 7d6d180
|
|
|
|
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
|
|
.include <bsd.port.post.mk>
|