Date: Sat, 22 Jun 2013 05:27:54 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321545 - head/shells/p5-Bash-Completion Message-ID: <201306220527.r5M5RsM9088642@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sunpoet@FreeBSD.org> -# +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> # $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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306220527.r5M5RsM9088642>