- Upgrade to 0.07.

This commit is contained in:
Jun Kuriyama
2015-06-14 04:43:31 +00:00
parent cdb0fbd1ed
commit 448862d6e6
2 changed files with 8 additions and 5 deletions

View File

@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= JavaScript-Value-Escape
PORTVERSION= 0.06
PORTREVISION= 1
PORTVERSION= 0.07
CATEGORIES= lang perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -10,7 +9,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to avoid XSS with JavaScript value interpolation
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
USE_PERL5= modbuild
NO_ARCH= YES
.include <bsd.port.mk>