diff options
author | wiz <wiz@pkgsrc.org> | 2012-03-16 00:20:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-03-16 00:20:51 +0000 |
commit | 4bcd8e62b11b8f9d7645c628c3662b96c9837685 (patch) | |
tree | 36eb50bf685c2c98e1ec81f7f0249f333ae07392 /math/glpk | |
parent | a1ee550e305ff21e1f1bd41548654f127872f5bb (diff) | |
download | pkgsrc-4bcd8e62b11b8f9d7645c628c3662b96c9837685.tar.gz |
Set LICENSE. Quell a pkglint warning.
Diffstat (limited to 'math/glpk')
-rw-r--r-- | math/glpk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile index ccde1715b68..d02735d412b 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.31 2011/12/07 18:52:22 drochner Exp $ +# $NetBSD: Makefile,v 1.32 2012/03/16 00:20:51 wiz Exp $ DISTNAME= glpk-4.47 CATEGORIES= math -MASTER_SITES= $(MASTER_SITE_GNU:=glpk/) +MASTER_SITES= ${MASTER_SITE_GNU:=glpk/} MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.gnu.org/software/glpk/glpk.html COMMENT= Library for solving linear programming problems +LICENSE= gnu-gpl-v3 PKG_DESTDIR_SUPPORT= user-destdir |