svn commit: r470764 - head/math/mpc

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 24 09:04:15 UTC 2018


Author: amdmi3
Date: Thu May 24 09:04:14 2018
New Revision: 470764
URL: https://svnweb.freebsd.org/changeset/ports/470764

Log:
  - Add LICENSE
  - Switch to new test framework
  
  Approved by:	portmgr blanket

Modified:
  head/math/mpc/Makefile

Modified: head/math/mpc/Makefile
==============================================================================
--- head/math/mpc/Makefile	Thu May 24 08:44:56 2018	(r470763)
+++ head/math/mpc/Makefile	Thu May 24 09:04:14 2018	(r470764)
@@ -10,6 +10,9 @@ MASTER_SITES=	GNU
 MAINTAINER=	gerald at FreeBSD.org
 COMMENT=	Library of complex numbers with arbitrarily high precision
 
+LICENSE=	LGPL3+
+LICENSE_FILE=	${WRKSRC}/COPYING.LESSER
+
 LIB_DEPENDS=	libgmp.so:math/gmp \
 		libmpfr.so:math/mpfr
 
@@ -17,14 +20,12 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-gmp=${LOCALBASE} \
 		--with-mpfr=${LOCALBASE}
 INSTALL_TARGET=	install-strip
+TEST_TARGET=	check
 USES=		libtool
 USE_LDCONFIG=	yes
 
 INFO=		mpc
 PLIST_FILES=	include/mpc.h \
 		lib/libmpc.a lib/libmpc.so lib/libmpc.so.3 lib/libmpc.so.3.1.0
-
-regression-test: build
-	@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check)
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list