diff options
author | martti <martti@pkgsrc.org> | 2007-10-30 13:44:22 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-10-30 13:44:22 +0000 |
commit | 2e8958a1210d8ebb0c181d94120fbcff07515ec3 (patch) | |
tree | 0006a4150cd297ff9a80ccd7d2c6b2e9d4e212cf /databases | |
parent | 64d63fec50c8f9418796c935f783ffe32dce25ac (diff) | |
download | pkgsrc-2e8958a1210d8ebb0c181d94120fbcff07515ec3.tar.gz |
Added LICENSE=gnu-gpl-v2
Diffstat (limited to 'databases')
-rw-r--r-- | databases/rrdtool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index 41f882ee130..685dbe98b8a 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2007/09/21 13:03:33 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2007/10/30 13:49:37 martti Exp $ DISTNAME= rrdtool-1.2.23 PKGREVISION= 1 @@ -8,6 +8,7 @@ MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/ MAINTAINER= martti@NetBSD.org HOMEPAGE= http://oss.oetiker.ch/rrdtool/ COMMENT= Data analysis tool generating graphical representations +LICENSE= gnu-gpl-v2 USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config |