blob: f7be77f39550570fa49587df50c20cb2a947cfc0 (
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= perl@FreeBSD.org
COMMENT= Perl module to provide simplify common usages of Net::FTP
WWW= https://metacpan.org/release/Net-FTP-Common
LICENSE= MIT
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|