mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
2f3934ae14
With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
21 lines
412 B
Makefile
21 lines
412 B
Makefile
# New ports collection makefile for: rubygem-open-uri-cached
|
|
# Date created: September 09, 2011
|
|
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= open-uri-cached
|
|
PORTVERSION= 0.0.5
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= OpenURI with transparent disk caching
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|