aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-FTP-File/Makefile
blob: e6e67ee8b918f0520992e1bded99722fb9e8ac3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Aaron Dalton <aaron@FreeBSD.org>

PORTNAME=	Net-FTP-File
PORTVERSION=	0.06
PORTREVISION=	2
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl extension for simplifying FTP file operations

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>