Date: Sun, 23 Sep 2012 13:04:50 +0000 (UTC) From: Dag-Erling Smørgrav <des@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r304739 - head/devel/p5-DateTime-Format-DateParse Message-ID: <201209231304.q8ND4oU9005985@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: des Date: Sun Sep 23 13:04:50 2012 New Revision: 304739 URL: http://svn.freebsd.org/changeset/ports/304739 Log: Set RUN_DEPENDS equal to BUILD_DEPENDS and update to the new header format. Modified: head/devel/p5-DateTime-Format-DateParse/Makefile Modified: head/devel/p5-DateTime-Format-DateParse/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-DateParse/Makefile Sun Sep 23 12:59:58 2012 (r304738) +++ head/devel/p5-DateTime-Format-DateParse/Makefile Sun Sep 23 13:04:50 2012 (r304739) @@ -1,12 +1,10 @@ -# New ports collection makefile for: p5-DateTime-Format-DateParse -# Date created: 21 Jun 2008 -# Whom: svysh@pn.sinp.msu.ru -# +# Created by: Sergei Vyshenski <svysh@pn.sinp.msu.ru> # $FreeBSD$ # PORTNAME= DateTime-Format-DateParse PORTVERSION= 0.05 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DateTime @@ -17,6 +15,7 @@ COMMENT= This module is a compatibility BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_MODBUILD= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209231304.q8ND4oU9005985>