blob: 6a024a1d7634b669c1a9ac417800d4d41278e4ef (
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= RG
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>
|