blob: fcc534fb1f6779a47e4ba1f94607a58cf9c968fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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>
|