freebsd-ports/ftp/p5-Net-FTP-Recursive/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

21 lines
390 B
Makefile

# $FreeBSD$
PORTNAME= Net-FTP-Recursive
PORTVERSION= 2.04
PORTREVISION= 1
CATEGORIES= ftp perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl module to provide recursive FTP client class
BUILD_DEPENDS= p5-Net>=0:net/p5-Net
RUN_DEPENDS= p5-Net>=0:net/p5-Net
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>