blob: bc21512175fb956fca0887dbc08ea70a44604c9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= Net-FTP-Common
PORTVERSION= 7.0.d
PORTREVISION= 2
CATEGORIES= ftp perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl module to provide simplify common usages of Net::FTP
LICENSE= MIT
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|