mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
e64dd5e302
manipulation methods. Query parameters can be added, removed, and checked for their existence. URI allows the entire query to be set or returned as a whole via the query_form or query methods, and the URI::QueryParam module provides a few more methods for query string manipulation. WWW: http://search.cpan.org/dist/Rose-URI/
26 lines
530 B
Makefile
26 lines
530 B
Makefile
# New ports collection makefile for: p5-Rose-URI
|
|
# Date created: 18 Nov, 2010
|
|
# Whom: Wen Heping <wen@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Rose-URI
|
|
PORTVERSION= 1.00
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Easy and efficient manipulation of URI components
|
|
|
|
RUN_DEPENDS= p5-Rose-Object>=0.854:${PORTSDIR}/devel/p5-Rose-Object \
|
|
p5-URI>0:${PORTSDIR}/net/p5-URI
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Rose::URI.3
|
|
|
|
.include <bsd.port.mk>
|