svn commit: r397715 - head/devel/p5-Any-Moose-Convert

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 24 19:03:08 UTC 2015


Author: sunpoet
Date: Thu Sep 24 19:03:06 2015
New Revision: 397715
URL: https://svnweb.freebsd.org/changeset/ports/397715

Log:
  - Add LICENSE
  - Add NO_ARCH

Modified:
  head/devel/p5-Any-Moose-Convert/Makefile

Modified: head/devel/p5-Any-Moose-Convert/Makefile
==============================================================================
--- head/devel/p5-Any-Moose-Convert/Makefile	Thu Sep 24 19:03:01 2015	(r397714)
+++ head/devel/p5-Any-Moose-Convert/Makefile	Thu Sep 24 19:03:06 2015	(r397715)
@@ -11,11 +11,15 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Convert Moose libraries to Mouse ones, or vice versa
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-PerlIO-Util>=0:${PORTSDIR}/devel/p5-PerlIO-Util
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Moose>=0.90:${PORTSDIR}/devel/p5-Moose \
 		p5-Mouse>=0.40:${PORTSDIR}/devel/p5-Mouse
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 


More information about the svn-ports-all mailing list