Date: Fri, 30 Jun 2017 22:13:55 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444793 - head/ftp/p5-Net-FTP-Recursive Message-ID: <201706302213.v5UMDtw5048147@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Jun 30 22:13:55 2017 New Revision: 444793 URL: https://svnweb.freebsd.org/changeset/ports/444793 Log: Remove Perl core modules - While I'm here: - Add LICENSE - Add NO_ARCH - Bump PORTREVISION for dependency change With hat: perl Modified: head/ftp/p5-Net-FTP-Recursive/Makefile Modified: head/ftp/p5-Net-FTP-Recursive/Makefile ============================================================================== --- head/ftp/p5-Net-FTP-Recursive/Makefile Fri Jun 30 22:13:50 2017 (r444792) +++ head/ftp/p5-Net-FTP-Recursive/Makefile Fri Jun 30 22:13:55 2017 (r444793) @@ -2,7 +2,7 @@ PORTNAME= Net-FTP-Recursive PORTVERSION= 2.04 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,11 +10,12 @@ 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 +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual WRKSRC= ${WRKDIR}/${PORTNAME} +NO_ARCH= yes USES= perl5 USE_PERL5= configure
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706302213.v5UMDtw5048147>