f298bcccfd
It works simplar to homonymous functions of JavaScript. WWW: http://search.cpan.org/dist/URI-Escape-JavaScript/ PR: ports/154140 Submitted by: Konstantin Menshikov <kostjnspb at yandex.ru> Approved by: wxs (mentor) Feature safe: yes
22 lines
532 B
Makefile
22 lines
532 B
Makefile
# New ports collection makefile for: p5-URI-Escape-JavaScript
|
|
# Date created: 19 January 2010
|
|
# Whom: Konstantin Menshikov <kostjnspb@yandex.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= URI-Escape-JavaScript
|
|
PORTVERSION= 0.04
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN \
|
|
http://kostjn.spb.ru/freebsd/
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kostjnspb@yandex.ru
|
|
COMMENT= Perl implementation of JavaScript's escape()/unescape() functions
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= URI::Escape::JavaScript.3
|
|
|
|
.include <bsd.port.mk>
|