diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-12-10 20:43:45 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-12-10 20:43:45 +0800 |
commit | 732099d1b79634b587d4f7448bd98dce840f8b2a (patch) | |
tree | 1c15b139264aebaff87d340b1079c921c2f035f4 /net | |
parent | 2a058e194a2cc74425ef0ce46117d823f0e2bea3 (diff) | |
download | freebsd-ports-gnome-732099d1b79634b587d4f7448bd98dce840f8b2a.tar.gz freebsd-ports-gnome-732099d1b79634b587d4f7448bd98dce840f8b2a.tar.zst freebsd-ports-gnome-732099d1b79634b587d4f7448bd98dce840f8b2a.zip |
- add LICENSE
Diffstat (limited to 'net')
-rw-r--r-- | net/miniupnpc/Makefile | 3 | ||||
-rw-r--r-- | net/miniupnpc/pkg-descr | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/net/miniupnpc/Makefile b/net/miniupnpc/Makefile index c382e1517bc7..2846a2782e23 100644 --- a/net/miniupnpc/Makefile +++ b/net/miniupnpc/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= http://miniupnp.free.fr/files/ MAINTAINER= dinoex@FreeBSD.org COMMENT?= UPnP IGD client lightweight library +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/LICENCE + HAS_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes diff --git a/net/miniupnpc/pkg-descr b/net/miniupnpc/pkg-descr index 1af75a21991b..3954c1b5db47 100644 --- a/net/miniupnpc/pkg-descr +++ b/net/miniupnpc/pkg-descr @@ -5,4 +5,6 @@ needs to listen for incoming connections. Examples : P2P applications, FTP clients for active mode, IRC (for DCC) or IM applications, network games, any server. +LICENSE: BSD + WWW: http://miniupnp.free.fr/ |