diff options
Diffstat (limited to 'net/netembryo/Makefile')
-rw-r--r-- | net/netembryo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/netembryo/Makefile b/net/netembryo/Makefile index 15f8ea082893..a99d251c4ccd 100644 --- a/net/netembryo/Makefile +++ b/net/netembryo/Makefile @@ -6,13 +6,15 @@ # PORTNAME= netembryo -PORTVERSION= 0.0.4 +PORTVERSION= 0.0.5 CATEGORIES= net MASTER_SITES= http://lscube.org/files/downloads/netembryo/ MAINTAINER= ports@FreeBSD.org COMMENT= A network abstraction library used by for feng, libnemesi, felix +LICENSE= LGPLv2 + GNU_CONFIGURE= yes USE_GMAKE= yes USE_BZIP2= yes |