Port details |
- p5-Amon2-Plugin-Web-CSRFDefender Perl extension for Amon2 anti CSRF filter
- 7.03_2 www =2 7.03_2Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2014-11-20 13:31:56
- Last Update: 2023-04-27 15:48:37
- Commit Hash: 75b5120
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Amon2-Plugin-Web-CSRFDefender
- Description:
- Amon2 anti CSRF filter.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Amon2-Plugin-Web-CSRFDefender>0:www/p5-Amon2-Plugin-Web-CSRFDefender
- To install the port:
- cd /usr/ports/www/p5-Amon2-Plugin-Web-CSRFDefender/ && make install clean
- To add the package, run one of these commands:
- pkg install www/p5-Amon2-Plugin-Web-CSRFDefender
- pkg install p5-Amon2-Plugin-Web-CSRFDefender
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Amon2-Plugin-Web-CSRFDefender
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Amon2-Plugin-Web-CSRFDefender-7.03.tar.gz) = 45ceb135543b8b8bb064f54d5dc47e1b7346aa89a82720fd1c43a1d6c144b313
SIZE (Amon2-Plugin-Web-CSRFDefender-7.03.tar.gz) = 12412
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Amon2>0 : www/p5-Amon2
- perl5>=5.32.r0<5.33 : lang/perl5.32
- p5-Module-Build-Tiny>=0.039 : devel/p5-Module-Build-Tiny
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Amon2>0 : www/p5-Amon2
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- www/p5-Amon2-Lite
- for Run
-
- www/p5-Amon2-Lite
Configuration Options:
- No options to configure
- Options name:
- www_p5-Amon2-Plugin-Web-CSRFDefender
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.03_2 27 Apr 2023 15:48:37 |
Po-Chuan Hsieh (sunpoet) |
www/p5-Amon2-Plugin-Web-CSRFDefender: Fix PLIST: Module::Build::Tiny 0.042+ does
not generate empty manpages
- Bump PORTREVISION for package change |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
7.03_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
7.03_1 04 Oct 2021 19:58:01 |
Rene Ladan (rene) |
*: re-assign kuriyama@s ports to the pool, commit bit safekept
With hat: portmgr-secretary |
7.03_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
7.03_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
7.03_1 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
7.03_1 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
7.03_1 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
7.03_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
7.03 20 Nov 2014 13:31:37 |
kuriyama |
Amon2 anti CSRF filter.
WWW: http://search.cpan.org/dist/Amon2-Plugin-Web-CSRFDefender/ |