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 | df3bc80fd1a44cb2970aeda6d1c4ef3803d6acb4 (patch) | |
tree | ea04558128d316abd2ddfec09e48a1987662ada5 /www/cronolog | |
parent | 617fd6bd9296e7f0e836598edb563c28088e0f33 (diff) | |
download | pkgsrc-df3bc80fd1a44cb2970aeda6d1c4ef3803d6acb4.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 |