1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/net/p5-URI/Makefile

35 lines
715 B
Makefile
Raw Normal View History

1999-04-07 20:56:04 +00:00
# New ports collection makefile for: p5-URI
1999-04-12 08:24:16 +00:00
# Date created: 1999/04/07
# Whom: ache
1999-04-07 20:56:04 +00:00
#
1999-08-30 14:24:37 +00:00
# $FreeBSD$
1999-04-07 20:56:04 +00:00
#
PORTNAME= URI
2000-08-18 23:38:44 +00:00
PORTVERSION= 1.09
1999-04-07 20:59:45 +00:00
CATEGORIES= net perl5
1999-04-07 20:56:04 +00:00
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= URI
PKGNAMEPREFIX= p5-
1999-04-07 20:56:04 +00:00
MAINTAINER= ache@FreeBSD.org
1999-04-07 20:56:04 +00:00
1999-09-09 20:38:33 +00:00
BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
1999-04-07 20:56:04 +00:00
USE_PERL5= YES
MAN3= URI.3 \
1999-04-07 20:56:04 +00:00
URI::data.3 \
URI::Escape.3 \
1999-04-07 20:56:04 +00:00
URI::file.3 \
URI::Heuristic.3 \
URI::ldap.3 \
URI::URL.3 \
URI::WithBase.3
1999-04-07 20:56:04 +00:00
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>