Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2015 20:22:15 +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: r399780 - head/devel/p5-Form-Sensible
Message-ID:  <201510192022.t9JKMFqT033670@repo.freebsd.org>

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

Log:
  - Add LICENSE
  - Add NO_ARCH

Modified:
  head/devel/p5-Form-Sensible/Makefile

Modified: head/devel/p5-Form-Sensible/Makefile
==============================================================================
--- head/devel/p5-Form-Sensible/Makefile	Mon Oct 19 20:22:10 2015	(r399779)
+++ head/devel/p5-Form-Sensible/Makefile	Mon Oct 19 20:22:15 2015	(r399780)
@@ -10,6 +10,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Sensible way to handle form based user interface
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
 		p5-DateTime-Format-Natural>=0:${PORTSDIR}/devel/p5-DateTime-Format-Natural \
 		p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set \
@@ -19,6 +22,7 @@ BUILD_DEPENDS=	p5-DateTime>=0:${PORTSDIR
 		p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
 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?201510192022.t9JKMFqT033670>