diff options
-rw-r--r-- | sysutils/eventlog/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/eventlog/Makefile b/sysutils/eventlog/Makefile index 28eb71bdda17..a0f493b8402b 100644 --- a/sysutils/eventlog/Makefile +++ b/sysutils/eventlog/Makefile @@ -11,6 +11,9 @@ DISTFILES= ${PORTNAME}_${PORTVERSION}.tar.gz MAINTAINER= cy@FreeBSD.org COMMENT= Replacement of the simple syslog() API providing structure to messages +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + # Reminder: Retire this port sysutils/syslog-ng310 is retired. # syslog-ng311 and subsequent ports make use of a private copy of # eventlog. sysutils/syslog-ng* is this port's only consumer. |