opnsense-ports/net/p5-Net-FTP-AutoReconnect/Makefile
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

18 lines
376 B
Makefile

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