From 7e4ad0fc59fa216a4f26281e776e2272d76c679d Mon Sep 17 00:00:00 2001 From: wg Date: Thu, 18 Jul 2013 16:19:19 +0000 Subject: www/zend-framework1: minor changes - Trim Makefile header - Remove leading article from COMMENT - Make portlint happier --- www/zend-framework1/Makefile | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'www/zend-framework1') diff --git a/www/zend-framework1/Makefile b/www/zend-framework1/Makefile index e2561c7a36e0..89c0e85d23d6 100644 --- a/www/zend-framework1/Makefile +++ b/www/zend-framework1/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: zend-framework -# Date created: 31 October 2006 -# Whom: Greg Larkin -# +# Created by: Greg Larkin # $FreeBSD$ -# PORTNAME= ZendFramework PORTVERSION= 1.12.0 @@ -12,15 +8,15 @@ CATEGORIES= www MASTER_SITES= http://packages.zendframework.com/releases/${DISTNAME}/ MAINTAINER= wg@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 -- cgit