opnsense-ports/www/p5-URI-Escape-JavaScript/Makefile
Franco Fichtner 69ffeb8a51 */*: sync with upstream
Taken from: HardenedBSD
2021-04-07 20:24:01 +02:00

17 lines
385 B
Makefile

# Created by: Konstantin Menshikov <kostjnspb@yandex.ru>
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
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>