1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/net/corosync2/Makefile
Vinícius Zavam 4902f0de6e net/corosync2: pet PORTSCOUT
PORTSCOUT was set in the wrong Makefile; fixed;
  testport and portlint are OK (for both ports).
2020-06-26 16:21:44 +00:00

14 lines
254 B
Makefile

# Created by: David Shane Holden <dpejesh@yahoo.com>
# $FreeBSD$
PORTVERSION= 2.4.5
PORTREVISION= 1
PKGNAMESUFFIX= 2
CONFLICTS= corosync3-[0-9]*
PORTSCOUT= limit:^2*\.[4-9]*\.[0-9]*$$
.include "${.CURDIR}/Makefile.common"
.include <bsd.port.mk>