diff options
author | obache <obache@pkgsrc.org> | 2014-02-14 12:03:15 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-02-14 12:03:15 +0000 |
commit | 546a3176b960d218bb18f83d3848cd6b628cf3b9 (patch) | |
tree | a108ba90a6ca3d6aceee95249206425e4b64b939 /misc | |
parent | 25ad65a2d192e04d92c58b8634b53d5bf953c934 (diff) | |
download | pkgsrc-546a3176b960d218bb18f83d3848cd6b628cf3b9.tar.gz |
LICENSE=gnu-gpl-v2 (or later)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/whohas/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/whohas/Makefile b/misc/whohas/Makefile index 4653f4d34ea..c6d79c7d11c 100644 --- a/misc/whohas/Makefile +++ b/misc/whohas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2013/05/31 12:41:29 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2014/02/14 12:03:15 obache Exp $ # DISTNAME= whohas-0.29 @@ -9,6 +9,7 @@ MASTER_SITES= http://www.philippwesche.org/200811/whohas/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.philippwesche.org/200811/whohas/intro.html COMMENT= Query several packaging systems for a program +LICENSE= gnu-gpl-v2 # or later DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= wget-[0-9]*:../../net/wget |