aboutsummaryrefslogtreecommitdiff
path: root/www/p5-URI-Escape-JavaScript/Makefile
blob: df433f96c77e85a5f7dd08fac4dd64b100cf4bae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Konstantin Menshikov <kostjnspb@yandex.ru>
# $FreeBSD$

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>