svn commit: r402575 - head/math/p5-Math-Expr

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 29 07:00:20 UTC 2015


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


More information about the svn-ports-all mailing list