diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-26 23:46:06 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-26 23:46:06 +0800 |
commit | 750ae47664f60dab2c4d2646bf16f7669951dfbb (patch) | |
tree | 37fde719f39fc744a8bc75446040d9464757b0f5 /math | |
parent | 82a37a1d7d45e01535684070085a6592ea5d8ba0 (diff) | |
download | freebsd-ports-graphics-750ae47664f60dab2c4d2646bf16f7669951dfbb.tar.gz freebsd-ports-graphics-750ae47664f60dab2c4d2646bf16f7669951dfbb.tar.zst freebsd-ports-graphics-750ae47664f60dab2c4d2646bf16f7669951dfbb.zip |
Fix license to allow package redistribution
Diffstat (limited to 'math')
-rw-r--r-- | math/coinmp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/coinmp/Makefile b/math/coinmp/Makefile index 312de60ccef..b137578ae6a 100644 --- a/math/coinmp/Makefile +++ b/math/coinmp/Makefile @@ -5,7 +5,6 @@ PORTNAME= CoinMP PORTVERSION= 1.7.2 CATEGORIES= math MASTER_SITES= http://www.coin-or.org/download/source/CoinMP/ -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Optimization library with support for COIN-OR CLP, CBC, and CGL @@ -13,11 +12,11 @@ COMMENT= Optimization library with support for COIN-OR CLP, CBC, and CGL LICENSE= CPL LICENSE_NAME= Common Public License, Version 1.0 LICENSE_FILE= ${WRKSRC}/CoinMP/LICENSE -LICENSE_PERMS= auto-accept +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept CONFLICTS= clp-[0-9]* -USES= pkgconfig +USES= pkgconfig tar:tgz USE_AUTOTOOLS= libtool USE_LDCONFIG= yes USE_GCC= any |