freebsd-ports/net/p5-URI-Match/Makefile
Jun Kuriyama 5ef4062195 This is a simple utility that adds ability to match URL parts against
regular expressions, subroutines, or objects that implement a match()
method.

Since this module uses loops and method calls, writing up a clever
regular expression and using it directly against the whole URL is
probably faster. This module aims to solve the problem where
readability matters, or when you need to assemble the match conditions
at run time.

URI::Match adds the following methods to the URI namespace.

WWW: http://search.cpan.org/dist/URI-Match/
2011-09-09 02:26:22 +00:00

25 lines
470 B
Makefile

# New ports collection makefile for: URI::Match
# Date created: 09 Sep 2011
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= URI-Match
PORTVERSION= 0.00001
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for matching URLs by parts
RUN_DEPENDS= \
p5-URI>0:${PORTSDIR}/net/p5-URI
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= URI::Match.3
.include <bsd.port.mk>