freebsd-ports/net/p5-URI/Makefile
Sunpoet Po-Chuan Hsieh 00ca886ed4 - Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+
Suggested by:	az
With hat:	perl
2011-09-17 07:06:45 +00:00

35 lines
618 B
Makefile

# New ports collection makefile for: p5-URI
# Date created: 1999/04/07
# Whom: ache
#
# $FreeBSD$
#
PORTNAME= URI
PORTVERSION= 1.59
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:GAAS
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 interface to Uniform Resource Identifier (URI) references
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
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::_punycode.3 \
URI::data.3 \
URI::file.3 \
URI::ldap.3
.include <bsd.port.mk>