13 lines
212 B
Makefile
13 lines
212 B
Makefile
|
COMMENT= FTP client class with automatic reconnect on failure
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME = Net-FTP-AutoReconnect-0.3
|
||
|
CATEGORIES= net
|
||
|
REVISION= 1
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|