freebsd-ports/net/p5-URI/Makefile
Yen-Ming Lee 9800b90519 - update to 1.58
Release 1.58

    This release reverts the patch in 1.57 that made query_form distingush
      between empty and undef values.  It broke stuff. [RT#62708]
2011-02-20 20:23:13 +00:00

32 lines
597 B
Makefile

# New ports collection makefile for: p5-URI
# Date created: 1999/04/07
# Whom: ache
#
# $FreeBSD$
#
PORTNAME= URI
PORTVERSION= 1.58
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/G/GA/GAAS
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 interface to Uniform Resource Identifier (URI) references
PERL_CONFIGURE= 5.8.1+
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 \
URI::_punycode.3
.include <bsd.port.mk>