svn commit: r321545 - head/shells/p5-Bash-Completion
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Jun 22 05:27:54 UTC 2013
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 at FreeBSD.org>
-#
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Bash-Completion
PORTVERSION= 0.008
@@ -15,11 +11,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet at 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
More information about the svn-ports-head
mailing list