forked from Lainports/opnsense-ports
16 lines
384 B
Makefile
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>
|