mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
f52e3559d8
PR: 158243 Submitted by: Jin-Sih Lin <linpct@gmail.com> Approved by: maintainer
29 lines
588 B
Makefile
29 lines
588 B
Makefile
# New ports collection makefile for: facter
|
|
# Date created: 2007-03-03
|
|
# Whom: Tomoyuki Sakurai <cherry@trombik.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= facter
|
|
PORTVERSION= 1.6.0
|
|
CATEGORIES= sysutils ruby
|
|
MASTER_SITES= http://www.puppetlabs.com/downloads/facter/
|
|
|
|
MAINTAINER= rouslan@rshell.net
|
|
COMMENT= A cross-platform Ruby library for retrieving facts from OS
|
|
|
|
RUN_DEPENDS= dmidecode:${PORTSDIR}/sysutils/dmidecode
|
|
|
|
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>
|