blob: 958f4ef08190d82a74c02b12274234ec19d5bb9b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Ports collection makefile for: rubygem-bunny
# Date created: 19 Mar 2010
# Whom: renchap@cocoa-x.com
#
# $FreeBSD$
#
PORTNAME= bunny
PORTVERSION= 0.6.0
CATEGORIES= net
MASTER_SITES= http://gemcutter.org/gems/
MAINTAINER= renchap@cocoa-x.com
COMMENT= Another synchronous Ruby AMQP client
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
# we care about not passing -A to allow HTTP redirect
FETCH_ARGS= -pRr
.include <bsd.port.mk>
|