mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
cb41fc6623
Sponsored by: Absolight
25 lines
420 B
Makefile
25 lines
420 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Amon2-Plugin-Web-CSRFDefender
|
|
PORTVERSION= 7.03
|
|
PORTREVISION= 1
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension for Amon2 anti CSRF filter
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= \
|
|
p5-Amon2>0:www/p5-Amon2
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuildtiny
|
|
NO_ARCH= YES
|
|
|
|
.include <bsd.port.mk>
|