freebsd-ports/net/p5-URI/Makefile

32 lines
633 B
Makefile
Raw Normal View History

1999-04-07 22:56:04 +02:00
# New ports collection makefile for: p5-URI
1999-04-12 10:24:16 +02:00
# Date created: 1999/04/07
# Whom: ache
1999-04-07 22:56:04 +02:00
#
1999-08-30 16:24:37 +02:00
# $FreeBSD$
1999-04-07 22:56:04 +02:00
#
PORTNAME= URI
PORTVERSION= 1.19
CATEGORIES= net perl5
1999-04-07 22:56:04 +02:00
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= URI
PKGNAMEPREFIX= p5-
1999-04-07 22:56:04 +02:00
MAINTAINER= ports@FreeBSD.org
1999-04-07 22:56:04 +02:00
BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
1999-09-09 22:38:33 +02:00
PERL_CONFIGURE= yes
1999-04-07 22:56:04 +02:00
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= URI.3 \
URI::Escape.3 \
URI::Heuristic.3 \
URI::URL.3 \
URI::WithBase.3 \
URI::data.3 \
URI::file.3 \
URI::ldap.3
1999-04-07 22:56:04 +02:00
.include <bsd.port.mk>