opnsense-ports/www/p5-URI-Escape-JavaScript/Makefile
2022-09-07 22:33:21 +02:00

16 lines
384 B
Makefile

PORTNAME= URI-Escape-JavaScript
PORTVERSION= 0.04
PORTREVISION= 1
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
WWW= https://metacpan.org/release/URI-Escape-JavaScript
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>