f14665335d
PR: ports/152517 Submitted by: myself (pgollucci) Approved by: freebsdports@chillibear.com (maintainer) Sponsored by: RideCharge Inc. / TaxiMagic
20 lines
435 B
Makefile
20 lines
435 B
Makefile
# Ports collection makefile for: rubygem-sys-filesystem
|
|
# Date created: 30 July 2010
|
|
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sys-filesystem
|
|
PORTVERSION= 0.3.4
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= freebsdports@chillibear.com
|
|
COMMENT= A Ruby interface for getting filesystem information
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|