Tweak net/rubygem-macaddr version 1.7.1
[dports.git] / net / p5-URI-Query / Makefile
1 # Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       URI-Query
5 PORTVERSION=    0.10
6 PORTREVISION=   1
7 CATEGORIES=     net perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     sunpoet@FreeBSD.org
12 COMMENT=        URI query string manipulation
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 BUILD_DEPENDS=  p5-URI>=1.31:${PORTSDIR}/net/p5-URI
18 RUN_DEPENDS:=   ${BUILD_DEPENDS}
19
20 USE_PERL5=      configure
21 USES=           perl5
22
23 .include <bsd.port.mk>