diff options
author | pettai <pettai> | 2010-05-14 06:22:18 +0000 |
---|---|---|
committer | pettai <pettai> | 2010-05-14 06:22:18 +0000 |
commit | f8b27baf7b453921c528e1e79cc117a62d1db54e (patch) | |
tree | 35df2cc0ca2b7cb511ca10f27bfaf34817284645 /net/miredo | |
parent | 9d82dcecfcff4f1d68d83a87b5f48d79f4d84609 (diff) | |
download | pkgsrc-f8b27baf7b453921c528e1e79cc117a62d1db54e.tar.gz |
Added LICENSE
Diffstat (limited to 'net/miredo')
-rw-r--r-- | net/miredo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/miredo/Makefile b/net/miredo/Makefile index 33864c64272..bd96e36a476 100644 --- a/net/miredo/Makefile +++ b/net/miredo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2010/05/14 06:18:48 pettai Exp $ +# $NetBSD: Makefile,v 1.17 2010/05/14 06:22:18 pettai Exp $ DISTNAME= miredo-1.1.7 CATEGORIES= net @@ -8,6 +8,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.remlab.net/miredo/ COMMENT= Teredo IPv6 tunneling +LICENSE= gnu-gpl-v2 NOT_FOR_PLATFORM= Interix-*-* NetBSD-[0-3]*-* SunOS-*-* |