1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/ftp/p5-Net-FTP-Common/Makefile

19 lines
340 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= Net-FTP-Common
PORTVERSION= 7.0.d
PORTREVISION= 1
CATEGORIES= ftp perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl module to provide simplify common usages of Net::FTP
RUN_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>