svn commit: r354780 - head/devel/libconfuse

Bryan Drewery bdrewery at FreeBSD.org
Thu May 22 05:59:19 UTC 2014


Author: bdrewery
Date: Thu May 22 05:59:18 2014
New Revision: 354780
URL: http://svnweb.freebsd.org/changeset/ports/354780
QAT: https://qat.redports.org/buildarchive/r354780/

Log:
  Add missing LICENSE

Modified:
  head/devel/libconfuse/Makefile

Modified: head/devel/libconfuse/Makefile
==============================================================================
--- head/devel/libconfuse/Makefile	Thu May 22 05:55:37 2014	(r354779)
+++ head/devel/libconfuse/Makefile	Thu May 22 05:59:18 2014	(r354780)
@@ -11,6 +11,8 @@ DISTNAME=	confuse-${PORTVERSION}
 MAINTAINER=	otis at freebsd.sk
 COMMENT=	Configuration file parsing library
 
+LICENSE=	LGPL
+
 .if defined(WITH_CHECK)
 LIB_DEPENDS+=	${LOCALBASE}/lib/libcheck.a:${PORTSDIR}/devel/libcheck
 .endif


More information about the svn-ports-all mailing list