Tweak net/p5-Rose-URI version 1.00
[dports.git] / net / p5-Rose-URI / Makefile
1 # Created by: Wen Heping <wen@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Rose-URI
5 PORTVERSION=    1.00
6 CATEGORIES=     net perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     wen@FreeBSD.org
11 COMMENT=        Easy and efficient manipulation of URI components
12
13 RUN_DEPENDS=    p5-Rose-Object>=0.854:${PORTSDIR}/devel/p5-Rose-Object \
14                 p5-URI>0:${PORTSDIR}/net/p5-URI
15 BUILD_DEPENDS:= ${RUN_DEPENDS}
16
17 USES=           perl5
18 USE_PERL5=      configure
19
20 .include <bsd.port.mk>