mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
22 lines
455 B
Makefile
22 lines
455 B
Makefile
# New ports collection makefile for: JavaScript::Value::Escape
|
|
# Date created: 19 May 2011
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= JavaScript-Value-Escape
|
|
PORTVERSION= 0.06
|
|
CATEGORIES= lang perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to avoid XSS with JavaScript value interpolation
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= JavaScript::Value::Escape.3
|
|
|
|
.include <bsd.port.mk>
|