2013-08-06 08:50:49 +00:00
|
|
|
# Created by: Wen Heping <wen@FreeBSD.org>
|
2010-11-18 14:02:45 +00:00
|
|
|
# $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
|
2012-06-10 18:42:48 +00:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2010-11-18 14:02:45 +00:00
|
|
|
|
2013-08-06 08:50:49 +00:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2010-11-18 14:02:45 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|