8bcf67917a
PR: ports/126156 Submitted by: Tomoyuki Sakurai <cherry@trombik.org> (maintainer)
28 lines
555 B
Makefile
28 lines
555 B
Makefile
# New ports collection makefile for: facter
|
|
# Date created: 2007-03-03
|
|
# Whom: Tomoyuki Sakurai <cherry@trombik.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= facter
|
|
PORTVERSION= 1.5.0
|
|
CATEGORIES= sysutils ruby
|
|
MASTER_SITES= http://www.reductivelabs.com/downloads/facter/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= cherry@trombik.org
|
|
COMMENT= A cross-platform Ruby library for retrieving facts from OS
|
|
|
|
NO_BUILD= yes
|
|
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && \
|
|
${SETENV} PREFIX=${PREFIX} ${RUBY} ${WRKSRC}/install.rb
|
|
|
|
.include <bsd.port.post.mk>
|