aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-06-22 05:27:54 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-06-22 05:27:54 +0000
commitf90d7714fcc27273acd5f92beef9d32a685bda26 (patch)
treee33c9697c55a9002ce62e3cd6a1dd6e46c7082e5 /shells
parentfa6b97d46d1abe0be2a63d4ec81b65bcbf0ef57f (diff)
downloadports-f90d7714fcc27273acd5f92beef9d32a685bda26.tar.gz
ports-f90d7714fcc27273acd5f92beef9d32a685bda26.zip
- Add LICENSE
- Cleanup Makefile header
Notes
Notes: svn path=/head/; revision=321545
Diffstat (limited to 'shells')
-rw-r--r--shells/p5-Bash-Completion/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/shells/p5-Bash-Completion/Makefile b/shells/p5-Bash-Completion/Makefile
index bfcbd9a47cd1..20b58602ff4a 100644
--- a/shells/p5-Bash-Completion/Makefile
+++ b/shells/p5-Bash-Completion/Makefile
@@ -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