svn commit: r464886 - head/devel/p5-File-ReadBackwards

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Mar 18 09:03:19 UTC 2018


Author: amdmi3
Date: Sun Mar 18 09:03:18 2018
New Revision: 464886
URL: https://svnweb.freebsd.org/changeset/ports/464886

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Remove TEST_DEPENDS as Test::Simple is bundled with Perl
  
  Approved by:	portmgr blanket

Modified:
  head/devel/p5-File-ReadBackwards/Makefile

Modified: head/devel/p5-File-ReadBackwards/Makefile
==============================================================================
--- head/devel/p5-File-ReadBackwards/Makefile	Sun Mar 18 09:02:41 2018	(r464885)
+++ head/devel/p5-File-ReadBackwards/Makefile	Sun Mar 18 09:03:18 2018	(r464886)
@@ -11,9 +11,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	tobez at FreeBSD.org
 COMMENT=	File::ReadBackwards -- read a file backwards by lines
 
-TEST_DEPENDS=	p5-Test-Simple>=0.88:devel/p5-Test-Simple
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list