freebsd-ports/net/p5-Net-FTP-AutoReconnect/Makefile
2021-04-06 16:31:07 +02:00

17 lines
364 B
Makefile

# Created by: Jase Thew <freebsd@beardz.net>
PORTNAME= Net-FTP-AutoReconnect
PORTVERSION= 0.3
PORTREVISION= 1
CATEGORIES= net devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:GIFF
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 FTP client class with automatic reconnect on failure
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>