Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Mar 2018 07:26:29 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465155 - head/devel/libmatheval
Message-ID:  <201803210726.w2L7QTog070850@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Mar 21 07:26:28 2018
New Revision: 465155
URL: https://svnweb.freebsd.org/changeset/ports/465155

Log:
  devel/libmatheval: Add LICENSE; Group USExx
  
  Approved by:	portmgr blanket

Modified:
  head/devel/libmatheval/Makefile

Modified: head/devel/libmatheval/Makefile
==============================================================================
--- head/devel/libmatheval/Makefile	Wed Mar 21 07:06:11 2018	(r465154)
+++ head/devel/libmatheval/Makefile	Wed Mar 21 07:26:28 2018	(r465155)
@@ -10,13 +10,16 @@ MASTER_SITES=	GNU
 MAINTAINER=	demon@FreeBSD.org
 COMMENT=	Library to evaluate mathematical functions
 
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 BUILD_DEPENDS=	flex>=2.5.39_1:textproc/flex
 LIB_DEPENDS=	libguile.so:lang/guile
 
+USES=		libtool localbase makeinfo pathfix
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LEXLIB=-lfl_pic MAKEINFO="${MAKEINFO} --no-split"
 USE_LDCONFIG=	yes
-USES=		libtool localbase makeinfo pathfix
 INSTALL_TARGET=	install-strip
 
 INFO=		libmatheval



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803210726.w2L7QTog070850>