diff options
author | mef <mef@pkgsrc.org> | 2016-03-08 13:14:57 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-03-08 13:14:57 +0000 |
commit | 7fd2071e4f5489f80b04d1263265f20ef6fce5b2 (patch) | |
tree | ea04558128d316abd2ddfec09e48a1987662ada5 /www/cronolog | |
parent | 7c974e561e4ad81f834274bc7e58cf3ab15410f9 (diff) | |
download | pkgsrc-7fd2071e4f5489f80b04d1263265f20ef6fce5b2.tar.gz |
Add LICENSE= gnu-gpl-v2
Diffstat (limited to 'www/cronolog')
-rw-r--r-- | www/cronolog/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/cronolog/Makefile b/www/cronolog/Makefile index 80b658983a4..c16095ef8f3 100644 --- a/www/cronolog/Makefile +++ b/www/cronolog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2016/03/08 13:12:57 mef Exp $ +# $NetBSD: Makefile,v 1.23 2016/03/08 13:14:57 mef Exp $ # DISTNAME= cronolog-1.6.2 @@ -7,8 +7,9 @@ CATEGORIES= www MASTER_SITES= http://cronolog.org/download/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://github.com/fordmason/cronolog +HOMEPAGE= https://github.com/fordmason/cronolog/ COMMENT= Web log rotation utility that provides datestamp filenames +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= YES INFO_FILES= yes |