svn commit: r427152 - head/textproc/expat2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 26 10:34:38 UTC 2016


Author: sunpoet
Date: Sat Nov 26 10:34:36 2016
New Revision: 427152
URL: https://svnweb.freebsd.org/changeset/ports/427152

Log:
  - Add LICENSE
  
  Approved by:	portmgr (blanket)

Modified:
  head/textproc/expat2/Makefile

Modified: head/textproc/expat2/Makefile
==============================================================================
--- head/textproc/expat2/Makefile	Sat Nov 26 10:34:31 2016	(r427151)
+++ head/textproc/expat2/Makefile	Sat Nov 26 10:34:36 2016	(r427152)
@@ -9,6 +9,9 @@ MASTER_SITES=	SF
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	XML 1.0 parser written in C
 
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 GNU_CONFIGURE=	yes
 ALL_TARGET=	default
 USES=		libtool pathfix tar:bz2


More information about the svn-ports-all mailing list