blob: 049e2ebe16ee87cff28edc81af8372b88c81e14b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# Created by: cy@FreeBSD.org
# $FreeBSD$
PORTNAME= cfengine-masterfiles
PORTVERSION= 3.13.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
CONFLICTS= cfengine-masterfiles3[0-9]-* cfengine-masterfiles31[013-9]-*
.if !defined(MASTERDIR)
PKGNAMESUFFIX= 313
CONFLICTS+= cfengine-masterfiles-3.*
.endif
RUN_DEPENDS= cf-agent:sysutils/cfengine${PKGNAMESUFFIX}
FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES}
CONFLICTS= cfengine-masterfiles[6-9]*
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>
|