diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-06-02 13:39:22 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-06-02 13:39:22 +0000 |
commit | 589d55e71148e6abeb9187c7ad7e664a285857f6 (patch) | |
tree | 276863a3bbdaf2d33de9ce851c9ee0c64feaf204 /net/xorp | |
parent | e38d6bda1ea4d0914bdb4708c7a837fd3171773c (diff) | |
download | ports-589d55e71148e6abeb9187c7ad7e664a285857f6.tar.gz ports-589d55e71148e6abeb9187c7ad7e664a285857f6.zip |
Notes
Diffstat (limited to 'net/xorp')
-rw-r--r-- | net/xorp/Makefile | 2 | ||||
-rw-r--r-- | net/xorp/pkg-descr | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/xorp/Makefile b/net/xorp/Makefile index 0f2d1be62806..d9a88c83cbdb 100644 --- a/net/xorp/Makefile +++ b/net/xorp/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.xorp.org/releases/${PORTVERSION}/ \ MAINTAINER= ports@FreeBSD.org COMMENT= The eXtensible Open Router Platform +LICENSE= GPLv2 + OPTIONS_DEFINE= ADVMCAST IPV6 SNMP OPTIMIZED_CFLAGS TEST DEBUG PROFILE OPTIONS_DEFAULT= ADVMCAST IPV6 SNMP OPTIMIZED_CFLAGS TEST PROFILE diff --git a/net/xorp/pkg-descr b/net/xorp/pkg-descr index bff3faa67f1e..f9d5b11e11d7 100644 --- a/net/xorp/pkg-descr +++ b/net/xorp/pkg-descr @@ -2,8 +2,6 @@ XORP is the eXtensible Open Router Platform. The XORP project is developing an open source software router. The software is intended to be stable and fully featured enough for production use, and -flexible and extensible enough for research use. The software is covered by -a BSD-style license and the code is publicly available allowing deployment, -development, and commericalization. +flexible and extensible enough for research use. WWW: http://www.xorp.org/ |