opnsense-ports/ftp/p5-Net-FTP-Recursive/Makefile
2022-09-07 22:33:21 +02:00

21 lines
410 B
Makefile

PORTNAME= Net-FTP-Recursive
PORTVERSION= 2.04
PORTREVISION= 2
CATEGORIES= ftp perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to provide recursive FTP client class
WWW= https://metacpan.org/release/Net-FTP-Recursive
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>