freebsd-ports/sysutils/rubygem-facter/Makefile
Steve Wills 237e610a59 - Update to 1.7.5
- Change maintainer to submitter, maintainer has not responded for months

PR:		ports/186794
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	maintainer timeout (rouslan@rshell.net, >3 weeks)
2014-03-12 15:39:14 +00:00

26 lines
596 B
Makefile

# Created by: Tomoyuki Sakurai <cherry@trombik.org>
# $FreeBSD$
PORTNAME= facter
PORTVERSION= 1.7.5
CATEGORIES= sysutils rubygems
MASTER_SITES= RG \
http://downloads.puppetlabs.com/facter/
MAINTAINER= ports@robakdesign.com
COMMENT= Cross-platform Ruby library for retrieving facts from OS
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/facter
.include <bsd.port.pre.mk>
# Restrict dmidecode dependency to i386 and amd64 systems
.if ${ARCH} == "amd64" || ${ARCH} == "i386"
RUN_DEPENDS+= dmidecode:${PORTSDIR}/sysutils/dmidecode
.endif
.include <bsd.port.post.mk>