diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-06-22 13:27:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-06-22 13:27:54 +0800 |
commit | fee7b1d8bc18ad514347326680a09f469ee47edf (patch) | |
tree | e33c9697c55a9002ce62e3cd6a1dd6e46c7082e5 /shells | |
parent | 907c7b37f20ea3c4dfbd8cd443c74695238e7e67 (diff) | |
download | freebsd-ports-gnome-fee7b1d8bc18ad514347326680a09f469ee47edf.tar.gz freebsd-ports-gnome-fee7b1d8bc18ad514347326680a09f469ee47edf.tar.zst freebsd-ports-gnome-fee7b1d8bc18ad514347326680a09f469ee47edf.zip |
- Add LICENSE
- Cleanup Makefile header
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 |