1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/ftp/p5-Net-FTP-Common/Makefile
Sunpoet Po-Chuan Hsieh 8bfd4d37e4 Remove Perl core modules
- While I'm here:
  - Add LICENSE
  - Add NO_ARCH
  - Sort PLIST
- Bump PORTREVISION for dependency change

With hat:	perl
2017-06-30 22:13:50 +00:00

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>