svn commit: r444793 - head/ftp/p5-Net-FTP-Recursive

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 30 22:13:56 UTC 2017


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 at 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
 


More information about the svn-ports-all mailing list