freebsd-ports/sysutils/facter/Makefile
Gerald Pfeifer 04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00

35 lines
782 B
Makefile

# $FreeBSD$
PORTNAME= facter
PORTVERSION= 3.1.3
PORTREVISION= 5
CATEGORIES= sysutils
MASTER_SITES= http://downloads.puppetlabs.com/facter/
MAINTAINER= ruby@FreeBSD.org
COMMENT= Cross-platform library for retrieving facts from OS
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libyaml-cpp.so:devel/yaml-cpp
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
USE_LDCONFIG= yes
USE_RUBY= yes
USES= cmake compiler:c++11-lib
CMAKE_ARGS+= -DMAN_PATH=${MANPREFIX}/man
CONFLICTS_INSTALL= rubygem-facter-2*
BROKEN_DragonFly= DragonFly is not supported upstream
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ${COMPILER_FEATURES:Mlibstdc++}
BROKEN= Build with system libstdc++ is unsupported
.endif
.include <bsd.port.post.mk>