mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ae6f836a9a
p5-Crypt-CBC => 1.25 p5-DBI => 1.14 p5-Date-Manip => 5.38 p5-Devel-Symdump => 2.01 p5-IRC => 0.70 p5-Locale-Codes => 1.02 p5-MIME-Lite => 2.101 p5-ParallelUA => 2.49 p5-URI => 1.07
35 lines
712 B
Makefile
35 lines
712 B
Makefile
# New ports collection makefile for: p5-URI
|
|
# Date created: 1999/04/07
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= URI
|
|
PORTVERSION= 1.07
|
|
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
|
|
|
|
USE_PERL5= 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}
|
|
|
|
do-configure:
|
|
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|