freebsd-ports/sysutils/cfengine-masterfiles36/Makefile
Cy Schubert 3501085411 accelerate the expiry and removal of old cfengine ports that are no
longer supported upstream.

Remove the same ports from the metaports as well.
2019-04-06 04:07:43 +00:00

37 lines
929 B
Makefile

# Created by: cy@FreeBSD.org
# $FreeBSD$
PORTNAME= cfengine-masterfiles
PORTVERSION= 3.6.6
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
DEPRECATED= No longer supported upstream
EXPIRATION_DATE= 2019-06-30
CPE_VENDOR= gnu
CONFLICTS= cfengine-masterfiles3[0-57-9]-* cfengine-masterfiles31[0-9]-*
.if !defined(MASTERDIR)
PKGNAMESUFFIX= 36
CONFLICTS+= cfengine-masterfiles-3.*
.endif
RUN_DEPENDS= cf-agent:sysutils/cfengine${PKGNAMESUFFIX}
FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES}
MAKE_JOBS_UNSAFE= yes
USES= cpe
HAS_CONFIGURE= yes
EXAMPLESDIR= ${PREFIX}/share/examples/cfengine-masterfiles
CONFIGURE_ARGS= --prefix=${EXAMPLESDIR}
.include <bsd.port.mk>