mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
f893267d12
PR: ports/150961 Submitted by: Rouslan Iskhakov (maintainer)
29 lines
591 B
Makefile
29 lines
591 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.8
|
|
CATEGORIES= sysutils ruby
|
|
MASTER_SITES= http://www.reductivelabs.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>
|