mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
38 lines
1 KiB
Makefile
38 lines
1 KiB
Makefile
# Created by: cy@FreeBSD.org
|
|
|
|
PORTNAME= cfengine-masterfiles
|
|
PORTVERSION= 3.16.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://cfengine-package-repos.s3.amazonaws.com/tarballs/
|
|
|
|
MAINTAINER= cy@FreeBSD.org
|
|
# gjb@FreeBSD.org is also committer for this port
|
|
# skreuzer@FreeBSD.org is also committer for this port
|
|
COMMENT= cfengine sample policies for installations and upgrades
|
|
|
|
LICENSE= GPLv3
|
|
|
|
CPE_VENDOR= gnu
|
|
CPE_PRODUCT= cfengine
|
|
|
|
DEPRECATED= Expire one year after cfengine 3.18.0 released
|
|
EXPIRATION_DATE= 2022-07-05
|
|
|
|
CONFLICTS= cfengine-masterfiles3[0-9] cfengine-masterfiles31[013-9]
|
|
.if !defined(MASTERDIR)
|
|
PKGNAMESUFFIX= 316
|
|
CONFLICTS+= cfengine-masterfiles-3.*
|
|
.endif
|
|
|
|
RUN_DEPENDS= cf-agent:sysutils/cfengine${PKGNAMESUFFIX}
|
|
|
|
FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES}
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
USES= cpe gmake python:build shebangfix
|
|
HAS_CONFIGURE= yes
|
|
EXAMPLESDIR= ${PREFIX}/share/examples/cfengine-masterfiles
|
|
CONFIGURE_ARGS= --prefix=${EXAMPLESDIR}
|
|
SHEBANG_FILES= modules/packages/yum modules/packages/zypper
|
|
|
|
.include <bsd.port.mk>
|