svn commit: r399743 - head/devel/p5-Devel-PackagePath

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Oct 19 20:19:28 UTC 2015


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 at 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
 


More information about the svn-ports-all mailing list