blob: 20b635ea8de248323945c3b5dd8a954d653e04db (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: Net-FTP-AutoReconnect
# Date created: 2010-11-10
# Whom: Jase Thew <freebsd@beardz.net>
#
# $FreeBSD$
#
PORTNAME= Net-FTP-AutoReconnect
PORTVERSION= 0.3
CATEGORIES= net devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:GIFF
PKGNAMEPREFIX= p5-
MAINTAINER= freebsd@beardz.net
COMMENT= A Perl5 FTP client class with automatic reconnect on failure
PERL_CONFIGURE= yes
MAN3= Net::FTP::AutoReconnect.3
.include <bsd.port.mk>
|