Update net/p5-Rose-URI to version make:
[dports.git] / net / p5-Rose-URI / Makefile
1 # Created by: Wen Heping <wen@FreeBSD.org>
2 # $FreeBSD: net/p5-Rose-URI/Makefile 324306 2013-08-06 08:50:49Z az $
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 MAN3=           Rose::URI.3
21
22 .include <bsd.port.mk>