Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Nov 2015 07:00:19 +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: r402575 - head/math/p5-Math-Expr
Message-ID:  <201511290700.tAT70JBN075931@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Nov 29 07:00:19 2015
New Revision: 402575
URL: https://svnweb.freebsd.org/changeset/ports/402575

Log:
  - Add LICENSE_FILE
  - Add NO_ARCH

Modified:
  head/math/p5-Math-Expr/Makefile

Modified: head/math/p5-Math-Expr/Makefile
==============================================================================
--- head/math/p5-Math-Expr/Makefile	Sun Nov 29 07:00:15 2015	(r402574)
+++ head/math/p5-Math-Expr/Makefile	Sun Nov 29 07:00:19 2015	(r402575)
@@ -13,7 +13,9 @@ MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl module for parsing mathematical expressions into a tree structure
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 



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