diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-06-05 02:15:50 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-06-05 02:15:50 +0800 |
commit | a0661b67bc7c2e2a82631e3a699666149ea90269 (patch) | |
tree | f75179c5121e654803383b89b654619365a1a78f /sysutils | |
parent | 332cdc9fdd1e26a1b2ff498328e9445969bd4145 (diff) | |
download | freebsd-ports-gnome-a0661b67bc7c2e2a82631e3a699666149ea90269.tar.gz freebsd-ports-gnome-a0661b67bc7c2e2a82631e3a699666149ea90269.tar.zst freebsd-ports-gnome-a0661b67bc7c2e2a82631e3a699666149ea90269.zip |
Add LICENSE
- Update WWW
Diffstat (limited to 'sysutils')
-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 |