aboutsummaryrefslogtreecommitdiff
path: root/net/p5-URI/Makefile
blob: 83d2fc89be6287c4351987f4a3383718ee15c245 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:    p5-URI
# Date created:				1999/04/07
# Whom:					ache
#
# $FreeBSD$
#

PORTNAME=	URI
PORTVERSION=	1.37
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl5 interface to Uniform Resource Identifier (URI) references

PERL_CONFIGURE=	yes

MAN3=		URI.3 \
		URI::Escape.3 \
		URI::Heuristic.3 \
		URI::QueryParam.3 \
		URI::Split.3 \
		URI::URL.3 \
		URI::WithBase.3 \
		URI::data.3 \
		URI::file.3 \
		URI::ldap.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+=	p5-MIME-Base64>=2:${PORTSDIR}/converters/p5-MIME-Base64
.endif

.include <bsd.port.post.mk>