mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
8bfd4d37e4
- While I'm here: - Add LICENSE - Add NO_ARCH - Sort PLIST - Bump PORTREVISION for dependency change With hat: perl
20 lines
320 B
Makefile
20 lines
320 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|