svn commit: r304739 - head/devel/p5-DateTime-Format-DateParse

Dag-Erling Smørgrav des at FreeBSD.org
Sun Sep 23 13:04:50 UTC 2012


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 at pn.sinp.msu.ru
-#
+# Created by: Sergei Vyshenski <svysh at 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
 



More information about the svn-ports-all mailing list