Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2015 11:14:30 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396466 - head/www/pear-twig
Message-ID:  <201509091114.t89BEUq4045873@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Sep  9 11:14:29 2015
New Revision: 396466
URL: https://svnweb.freebsd.org/changeset/ports/396466

Log:
  - Fix comment
  - Add LICENSE_FILE
  - Add NO_ARCH

Modified:
  head/www/pear-twig/Makefile

Modified: head/www/pear-twig/Makefile
==============================================================================
--- head/www/pear-twig/Makefile	Wed Sep  9 11:14:20 2015	(r396465)
+++ head/www/pear-twig/Makefile	Wed Sep  9 11:14:29 2015	(r396466)
@@ -8,15 +8,17 @@ MASTER_SITES=	http://pear.twig-project.o
 DISTNAME=	Twig-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	The flexible, fast, and secure template engine for PHP
+COMMENT=	Flexible, fast, and secure template engine for PHP
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PEARDIR}/.channels/pear.twig-project.org.reg:${PORTSDIR}/devel/pear-channel-twig
 RUN_DEPENDS=	${PEARDIR}/.channels/pear.twig-project.org.reg:${PORTSDIR}/devel/pear-channel-twig
 
-USES=	pear
+USES=		pear
 PEAR_CHANNEL=	twig
+NO_ARCH=	yes
 
 USE_PHP=	ctype hash
 WANT_PHP_CLI=	yes



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