aboutsummaryrefslogblamecommitdiff
path: root/www/rubygem-ethon/Makefile
blob: 7e7ff3ff4faa37e469f5a485a7f68c60fd28126f (plain) (tree)
1
2
3
4
5
6
7



                                              
                     
                            
                  





                                                                            
                                               





                           
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$

PORTNAME=	ethon
PORTVERSION=	0.7.1
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Very lightweight libcurl wrapper

RUN_DEPENDS=	rubygem-ffi>=1.3.0:${PORTSDIR}/devel/rubygem-ffi \
		rubygem-mime-types>=1.18:${PORTSDIR}/misc/rubygem-mime-types
LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>