- Changes: http://cpansearch.perl.org/src/GAAS/URI-1.54/Changes PR: 145392 Submitted by: maintainer
31 lines
550 B
Makefile
31 lines
550 B
Makefile
# New ports collection makefile for: p5-URI
|
|
# Date created: 1999/04/07
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= URI
|
|
PORTVERSION= 1.54
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sahil@tandon.net
|
|
COMMENT= Perl5 interface to Uniform Resource Identifier (URI) references
|
|
|
|
PERL_CONFIGURE= 5.6.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>
|