1999-04-07 22:56:04 +02:00
|
|
|
# New ports collection makefile for: p5-URI
|
1999-04-12 10:24:16 +02:00
|
|
|
# Date created: 1999/04/07
|
|
|
|
# Whom: ache
|
1999-04-07 22:56:04 +02:00
|
|
|
#
|
1999-08-30 16:24:37 +02:00
|
|
|
# $FreeBSD$
|
1999-04-07 22:56:04 +02:00
|
|
|
#
|
|
|
|
|
2000-04-23 00:25:32 +02:00
|
|
|
PORTNAME= URI
|
2004-11-30 17:09:07 +01:00
|
|
|
PORTVERSION= 1.35
|
2001-01-16 18:33:20 +01:00
|
|
|
CATEGORIES= net perl5
|
1999-04-07 22:56:04 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
2001-01-16 18:33:20 +01:00
|
|
|
MASTER_SITE_SUBDIR= URI
|
2000-04-23 00:25:32 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
1999-04-07 22:56:04 +02:00
|
|
|
|
2003-06-12 18:41:16 +02:00
|
|
|
MAINTAINER= erwin@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Perl5 interface to Uniform Resource Identifier (URI) references
|
1999-04-07 22:56:04 +02:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2001-05-10 11:34:24 +02:00
|
|
|
MAN3= URI.3 \
|
|
|
|
URI::Escape.3 \
|
|
|
|
URI::Heuristic.3 \
|
2002-09-03 10:12:54 +02:00
|
|
|
URI::QueryParam.3 \
|
2003-08-30 10:36:10 +02:00
|
|
|
URI::Split.3 \
|
2001-05-10 11:34:24 +02:00
|
|
|
URI::URL.3 \
|
|
|
|
URI::WithBase.3 \
|
|
|
|
URI::data.3 \
|
|
|
|
URI::file.3 \
|
|
|
|
URI::ldap.3
|
1999-04-07 22:56:04 +02:00
|
|
|
|
2003-02-20 17:33:26 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500800
|
2003-08-30 10:36:10 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
|
2003-02-20 17:33:26 +01:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
.endif
|
|
|
|
|
2002-07-20 20:30:13 +02:00
|
|
|
post-patch:
|
|
|
|
${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1);/' \
|
|
|
|
${WRKSRC}/URI/urn.pm
|
|
|
|
|
2003-02-20 17:33:26 +01:00
|
|
|
.include <bsd.port.post.mk>
|