forked from Lainports/freebsd-ports
Mark syslog-ng324 for deletion one year after the release of syslog-ng325. Submitted by: Peter Czanik (CzP) <peter.czanik@oneidentity.com> Balabit (a OneIdentity company) / syslog-ng upstream
8 lines
163 B
Makefile
8 lines
163 B
Makefile
# $FreeBSD$
|
|
|
|
VERSIONS= 320 321 322 323 324 325
|
|
SYSLOG_NG_VERSION?= 325
|
|
|
|
MASTERDIR= ${.CURDIR}/../syslog-ng${SYSLOG_NG_VERSION}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|