svn commit: r396466 - head/www/pear-twig

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 9 11:14:30 UTC 2015


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


More information about the svn-ports-all mailing list