From owner-svn-ports-head@FreeBSD.ORG Sat Jun 22 05:27:54 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B5BD4848; Sat, 22 Jun 2013 05:27:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A73D91CD5; Sat, 22 Jun 2013 05:27:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5M5RsBX088643; Sat, 22 Jun 2013 05:27:54 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5M5RsM9088642; Sat, 22 Jun 2013 05:27:54 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201306220527.r5M5RsM9088642@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 22 Jun 2013 05:27:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321545 - head/shells/p5-Bash-Completion X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jun 2013 05:27:54 -0000 Author: sunpoet Date: Sat Jun 22 05:27:54 2013 New Revision: 321545 URL: http://svnweb.freebsd.org/changeset/ports/321545 Log: - Add LICENSE - Cleanup Makefile header Modified: head/shells/p5-Bash-Completion/Makefile Modified: head/shells/p5-Bash-Completion/Makefile ============================================================================== --- head/shells/p5-Bash-Completion/Makefile Sat Jun 22 03:52:14 2013 (r321544) +++ head/shells/p5-Bash-Completion/Makefile Sat Jun 22 05:27:54 2013 (r321545) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Bash-Completion -# Date created: 2011-10-23 -# Whom: Sunpoet Po-Chuan Hsieh -# +# Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ -# PORTNAME= Bash-Completion PORTVERSION= 0.008 @@ -15,11 +11,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Extensible system to provide bash completion +LICENSE= ART20 + BUILD_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-Module-Load>=0.22:${PORTSDIR}/devel/p5-Module-Load -RUN_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Module-Load>=0.22:${PORTSDIR}/devel/p5-Module-Load - +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep PERL_CONFIGURE= yes