svn commit: r384604 - head/irc/anope

Mark Felder feld at FreeBSD.org
Thu Apr 23 19:47:17 UTC 2015


Author: feld
Date: Thu Apr 23 19:47:16 2015
New Revision: 384604
URL: https://svnweb.freebsd.org/changeset/ports/384604

Log:
  Add LICENSE

Modified:
  head/irc/anope/Makefile

Modified: head/irc/anope/Makefile
==============================================================================
--- head/irc/anope/Makefile	Thu Apr 23 19:28:33 2015	(r384603)
+++ head/irc/anope/Makefile	Thu Apr 23 19:47:16 2015	(r384604)
@@ -9,6 +9,8 @@ CATEGORIES=	irc
 MAINTAINER=	feld at FreeBSD.org
 COMMENT=	Set of IRC services for IRC networks
 
+LICENSE=	GPLv2
+
 USES=		cmake:outsource shebangfix
 CMAKE_ARGS+=	-DINSTDIR:STRING="${LOCALBASE}/anope"
 CPPFLAGS+=	"-I${LOCALBASE}/include"


More information about the svn-ports-all mailing list