diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-02-02 05:30:57 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-02-02 05:30:57 +0800 |
commit | 81fdaeb75662276f92cc8f77685a4dbbaf7b8c73 (patch) | |
tree | de0f2bee26c464040cfbfcfee0d00d91aa4f37de | |
parent | d939638ea1cc01afcea86d2b163b06f4fcf98112 (diff) | |
download | freebsd-ports-gnome-81fdaeb75662276f92cc8f77685a4dbbaf7b8c73.tar.gz freebsd-ports-gnome-81fdaeb75662276f92cc8f77685a4dbbaf7b8c73.tar.zst freebsd-ports-gnome-81fdaeb75662276f92cc8f77685a4dbbaf7b8c73.zip |
- Add LICENSE
- Add TEST_DEPENDS
- Cleanup Makefile header
-rw-r--r-- | devel/p5-Log-Dispatch-Dir/Makefile | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/devel/p5-Log-Dispatch-Dir/Makefile b/devel/p5-Log-Dispatch-Dir/Makefile index d25c25e1d9e7..d557a8b34583 100644 --- a/devel/p5-Log-Dispatch-Dir/Makefile +++ b/devel/p5-Log-Dispatch-Dir/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Log-Dispatch-Dir -# Date created: 2011-07-21 -# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> -# +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Log-Dispatch-Dir PORTVERSION= 0.10 @@ -14,16 +10,17 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Log messages to separate files in a directory, with rotate options +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch \ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ p5-Probe-Perl>=0:${PORTSDIR}/sysutils/p5-Probe-Perl \ p5-Taint-Util>=0:${PORTSDIR}/devel/p5-Taint-Util -RUN_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ - p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch \ - p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ - p5-Probe-Perl>=0:${PORTSDIR}/sysutils/p5-Probe-Perl \ - p5-Taint-Util>=0:${PORTSDIR}/devel/p5-Taint-Util +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-File-LibMagic>=0:${PORTSDIR}/devel/p5-File-LibMagic \ + p5-Media-Type-Simple>=0:${PORTSDIR}/devel/p5-Media-Type-Simple PERL_MODBUILD= yes @@ -32,7 +29,7 @@ MAN3= Log::Dispatch::Dir.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 501400 -TEST_DEPENDS= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple .endif .include <bsd.port.post.mk> |