1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/ftp/p5-Net-FTP-Recursive/Makefile
2017-09-15 08:58:46 +00:00

23 lines
374 B
Makefile

# $FreeBSD$
PORTNAME= Net-FTP-Recursive
PORTVERSION= 2.04
PORTREVISION= 2
CATEGORIES= ftp perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl module to provide recursive FTP client class
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>