Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2015 20:19:27 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399743 - head/devel/p5-Devel-PackagePath
Message-ID:  <201510192019.t9JKJR3Y027401@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Oct 19 20:19:27 2015
New Revision: 399743
URL: https://svnweb.freebsd.org/changeset/ports/399743

Log:
  - Add LICENSE
  - Add NO_ARCH

Modified:
  head/devel/p5-Devel-PackagePath/Makefile

Modified: head/devel/p5-Devel-PackagePath/Makefile
==============================================================================
--- head/devel/p5-Devel-PackagePath/Makefile	Mon Oct 19 20:19:22 2015	(r399742)
+++ head/devel/p5-Devel-PackagePath/Makefile	Mon Oct 19 20:19:27 2015	(r399743)
@@ -11,10 +11,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Inspect and manipulate a Path based on a Package name
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Moose>=0.64:${PORTSDIR}/devel/p5-Moose \
 		p5-MooseX-Types-Path-Class>=0.04:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510192019.t9JKJR3Y027401>