svn commit: r311399 - head/devel/p5-Log-Dispatch-Dir
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Feb 1 21:30:58 UTC 2013
Author: sunpoet
Date: Fri Feb 1 21:30:57 2013
New Revision: 311399
URL: http://svnweb.freebsd.org/changeset/ports/311399
Log:
- Add LICENSE
- Add TEST_DEPENDS
- Cleanup Makefile header
Modified:
head/devel/p5-Log-Dispatch-Dir/Makefile (contents, props changed)
Modified: head/devel/p5-Log-Dispatch-Dir/Makefile
==============================================================================
--- head/devel/p5-Log-Dispatch-Dir/Makefile Fri Feb 1 21:29:38 2013 (r311398)
+++ head/devel/p5-Log-Dispatch-Dir/Makefile Fri Feb 1 21:30:57 2013 (r311399)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Log-Dispatch-Dir
-# Date created: 2011-07-21
-# Whom: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
-#
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Log-Dispatch-Dir
PORTVERSION= 0.10
@@ -14,16 +10,17 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet at 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>
More information about the svn-ports-head
mailing list