svn commit: r465155 - head/devel/libmatheval

Yuri Victorovich yuri at FreeBSD.org
Wed Mar 21 07:26:29 UTC 2018


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 at 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


More information about the svn-ports-all mailing list