freebsd-ports/sysutils/facter/Makefile
Sahil Tandon 8a087f5209 - RUN_DEPENDS on sysutils/dmidecode
- Bump PORTREVISION

PR:		ports/148391
Submitted by:	Russell Jackson <raj@csub.edu>
Approved by:	maintainer timeout (> 14 days)
2010-07-22 03:18:16 +00:00

29 lines
607 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.7
PORTREVISION= 1
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>