svn commit: r323243 - head/www/zend-framework1
William Grzybowski
wg at FreeBSD.org
Thu Jul 18 16:19:20 UTC 2013
Author: wg
Date: Thu Jul 18 16:19:19 2013
New Revision: 323243
URL: http://svnweb.freebsd.org/changeset/ports/323243
Log:
www/zend-framework1: minor changes
- Trim Makefile header
- Remove leading article from COMMENT
- Make portlint happier
Modified:
head/www/zend-framework1/Makefile
Modified: head/www/zend-framework1/Makefile
==============================================================================
--- head/www/zend-framework1/Makefile Thu Jul 18 16:15:41 2013 (r323242)
+++ head/www/zend-framework1/Makefile Thu Jul 18 16:19:19 2013 (r323243)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: zend-framework
-# Date created: 31 October 2006
-# Whom: Greg Larkin <glarkin at FreeBSD.org>
-#
+# Created by: Greg Larkin <glarkin at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= ZendFramework
PORTVERSION= 1.12.0
@@ -12,15 +8,15 @@ CATEGORIES= www
MASTER_SITES= http://packages.zendframework.com/releases/${DISTNAME}/
MAINTAINER= wg at FreeBSD.org
-COMMENT= A framework for developing PHP web applications
+COMMENT= Framework for developing PHP web applications
+
+LICENSE= BSD
NO_BUILD= yes
USE_PHP= spl
WANT_PHP_WEB= yes
USES= gettext
-LICENSE= BSD
-
CONFLICTS= ZendFramework-2.*
SUB_FILES= pkg-message
More information about the svn-ports-head
mailing list