svn commit: r399780 - head/devel/p5-Form-Sensible

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


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


More information about the svn-ports-all mailing list