Index: head/devel/libmowgli2/Makefile =================================================================== --- head/devel/libmowgli2/Makefile (revision 521603) +++ head/devel/libmowgli2/Makefile (revision 521604) @@ -1,21 +1,24 @@ # Created by: tdb # $FreeBSD$ PORTNAME= libmowgli2 PORTVERSION= 2.1.3 DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= tdb@FreeBSD.org COMMENT= Development framework for C +LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/COPYING + USE_GITHUB= yes GH_ACCOUNT= atheme GH_PROJECT= libmowgli-2 GNU_CONFIGURE= yes USES= gmake pathfix ssl PATHFIX_MAKEFILEIN= Makefile USE_LDCONFIG= yes .include Index: head/devel/libmowgli2/pkg-descr =================================================================== --- head/devel/libmowgli2/pkg-descr (revision 521603) +++ head/devel/libmowgli2/pkg-descr (revision 521604) @@ -1,8 +1,8 @@ mowgli is a development framework for C (like GLib), which provides high performance and highly flexible algorithms. It can be used as a supplement to GLib (to add additional functions (dictionaries, hashes), or replace some of the slow GLib list manipulation functions), or stand alone. It also provides a powerful hook system and convenient logging for your code, as well as a high performance block allocator. -WWW: http://atheme.org/projects/libmowgli.html +WWW: https://github.com/atheme/libmowgli-2