svn commit: r479921 - head/devel/p5-Tie-Function

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Sep 17 09:08:25 UTC 2018


Author: amdmi3
Date: Mon Sep 17 09:08:24 2018
New Revision: 479921
URL: https://svnweb.freebsd.org/changeset/ports/479921

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

Modified:
  head/devel/p5-Tie-Function/Makefile

Modified: head/devel/p5-Tie-Function/Makefile
==============================================================================
--- head/devel/p5-Tie-Function/Makefile	Mon Sep 17 08:49:57 2018	(r479920)
+++ head/devel/p5-Tie-Function/Makefile	Mon Sep 17 09:08:24 2018	(r479921)
@@ -11,7 +11,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Wrap functions in tied hash sugar
 
-USE_PERL5=	configure
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 USES=		perl5
+USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list