diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-06-04 18:15:50 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-06-04 18:15:50 +0000 |
commit | 74b0fec496d3fcf6d4e5a18a3f52d998b352f57a (patch) | |
tree | f75179c5121e654803383b89b654619365a1a78f /sysutils/p5-reslog | |
parent | 517926103a17e7fb9dd3d0966f0ff193a60913b7 (diff) | |
download | ports-74b0fec496d3fcf6d4e5a18a3f52d998b352f57a.tar.gz ports-74b0fec496d3fcf6d4e5a18a3f52d998b352f57a.zip |
Notes
Diffstat (limited to 'sysutils/p5-reslog')
-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 |