mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
8a39716787
PR: ports/170618 Approved by: maintainer timeout (freebsdports@chillibear.com, >2 weeks)
23 lines
443 B
Makefile
23 lines
443 B
Makefile
# Ports collection makefile for: rubygem-curb
|
|
# Date created: 29 May 2010
|
|
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= curb
|
|
PORTVERSION= 0.8.1
|
|
CATEGORIES= ftp rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= freebsdports@chillibear.com
|
|
COMMENT= Ruby-language bindings for the libcurl
|
|
|
|
RUN_DEPENDS= curl>=0.0.0:${PORTSDIR}/ftp/curl
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|