397cd9b051
p5-Compress-Zlib => 1.11 p5-HTML-Parser => 3.18 p5-MIME-Base64 => 2.12 p5-URI => 1.11
32 lines
621 B
Makefile
32 lines
621 B
Makefile
# New ports collection makefile for: p5-URI
|
|
# Date created: 1999/04/07
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= URI
|
|
PORTVERSION= 1.11
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= URI
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ache@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= URI.3 \
|
|
URI::data.3 \
|
|
URI::Escape.3 \
|
|
URI::file.3 \
|
|
URI::Heuristic.3 \
|
|
URI::ldap.3 \
|
|
URI::URL.3 \
|
|
URI::WithBase.3
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
.include <bsd.port.mk>
|