svn commit: r488863 - head/devel/p5-File-NCopy

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jan 1 09:00:26 UTC 2019


Author: amdmi3
Date: Tue Jan  1 09:00:25 2019
New Revision: 488863
URL: https://svnweb.freebsd.org/changeset/ports/488863

Log:
  - Add LICENSE
  - Add NO_ARCH
  
  Approved by:	portmgr blanket

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

Modified: head/devel/p5-File-NCopy/Makefile
==============================================================================
--- head/devel/p5-File-NCopy/Makefile	Tue Jan  1 08:56:25 2019	(r488862)
+++ head/devel/p5-File-NCopy/Makefile	Tue Jan  1 09:00:25 2019	(r488863)
@@ -12,7 +12,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Copy file(s) to directories/file
 
+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