20 lines
428 B
Makefile
20 lines
428 B
Makefile
# Created by: 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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= URI::Escape::JavaScript.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|