aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/p5-Net-FTP-Recursive/Makefile
blob: 38c9435e7ca854e4bc2d51a8597bfc2dee5c6d22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:    p5-Net-FTP-Recursive
# Date Created:             11 April, 2005
# Whom:                 Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Net-FTP-Recursive
PORTVERSION=    2.04
CATEGORIES= ftp perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= kuriyama@FreeBSD.org
COMMENT=    Perl module to provide recursive FTP client class

BUILD_DEPENDS=  p5-Net>=0:${PORTSDIR}/net/p5-Net
RUN_DEPENDS=    p5-Net>=0:${PORTSDIR}/net/p5-Net

WRKSRC=     ${WRKDIR}/${PORTNAME}

USES=       perl5
USE_PERL5=  configure

MAN3=       Net::FTP::Recursive.3

.include <bsd.port.mk>