diff options
-rw-r--r-- | sysutils/p5-reslog/Makefile | 7 | ||||
-rw-r--r-- | sysutils/p5-reslog/pkg-descr | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/p5-reslog/Makefile b/sysutils/p5-reslog/Makefile index 089380d4345f..3e976d86b026 100644 --- a/sysutils/p5-reslog/Makefile +++ b/sysutils/p5-reslog/Makefile @@ -11,10 +11,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Reverse-resolve IP in Apache log files -RUN_DEPENDS= p5-Compress-Bzip2>=0:archivers/p5-Compress-Bzip2 \ +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= p5-Compress-Bzip2>=0:archivers/p5-Compress-Bzip2 \ p5-File-MMagic>=0:devel/p5-File-MMagic \ p5-Term-ReadKey>=0:devel/p5-Term-ReadKey -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure diff --git a/sysutils/p5-reslog/pkg-descr b/sysutils/p5-reslog/pkg-descr index 51fcb80b6bff..cf037fd39fc8 100644 --- a/sysutils/p5-reslog/pkg-descr +++ b/sysutils/p5-reslog/pkg-descr @@ -9,4 +9,4 @@ configured; may not be up working; may sit in slow network sections; may be old slow machines; may have traffic jam... etc. All these reasons are out of our control. -WWW: http://search.cpan.org/dist/reslog/ +WWW: https://metacpan.org/release/IMACAT/reslog-3.16 |