diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-06-22 05:27:54 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-06-22 05:27:54 +0000 |
commit | f90d7714fcc27273acd5f92beef9d32a685bda26 (patch) | |
tree | e33c9697c55a9002ce62e3cd6a1dd6e46c7082e5 /shells | |
parent | fa6b97d46d1abe0be2a63d4ec81b65bcbf0ef57f (diff) | |
download | ports-f90d7714fcc27273acd5f92beef9d32a685bda26.tar.gz ports-f90d7714fcc27273acd5f92beef9d32a685bda26.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/p5-Bash-Completion/Makefile | 12 |
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 |