46f9eb7bdb
Approved by: portmgr (bapt@, blanket)
23 lines
546 B
Makefile
23 lines
546 B
Makefile
# New ports collection makefile for: p5-URI-Escape-JavaScript
|
|
# Date created: 19 January 2010
|
|
# Whom: 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
|
|
|
|
.include <bsd.port.mk>
|