freebsd-ports/www/p5-Any-URI-Escape/Makefile
Tom Judge 8965d43f59 New port for www/p5-Any-URI-Escape
URI::Escape is great, but URI::Escape::XS is faster.
This module loads URI::Escape::XS and imports the two
most common methods if XS is installed.

WWW: http://search.cpan.org/dist/Any-URI-Escape/
2013-06-18 17:32:36 +00:00

22 lines
427 B
Makefile

# Created by: Tom Judge <tj@FreeBSD.org>
# $FreeBSD$
PORTNAME= Any-URI-Escape
PORTVERSION= 0.01
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tj@FreeBSD.org
COMMENT= Load URI::Escape::XS preferentially over URI::Escape
RUN_DEPENDS:= p5-URI-Escape-XS>=0:${PORTSDIR}/www/p5-URI-Escape-XS
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
PERL_CONFIGURE= yes
MAN3= Any::URI::Escape.3
.include <bsd.port.mk>