mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
24 lines
442 B
Makefile
24 lines
442 B
Makefile
# $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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|