svn commit: r301341 - head/www/p5-Dancer

Jun Kuriyama kuriyama at FreeBSD.org
Sun Jul 22 16:18:38 UTC 2012


Author: kuriyama
Date: Sun Jul 22 16:18:37 2012
New Revision: 301341
URL: http://svn.freebsd.org/changeset/ports/301341

Log:
  - Fix missing default option in prev commit.

Modified:
  head/www/p5-Dancer/Makefile

Modified: head/www/p5-Dancer/Makefile
==============================================================================
--- head/www/p5-Dancer/Makefile	Sun Jul 22 15:03:46 2012	(r301340)
+++ head/www/p5-Dancer/Makefile	Sun Jul 22 16:18:37 2012	(r301341)
@@ -7,6 +7,7 @@
 
 PORTNAME=	Dancer
 PORTVERSION=	1.3097
+PORTREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:XSAWYERX
@@ -38,6 +39,7 @@ TEST_DEPENDS=	\
 	p5-Test-Output>0:${PORTSDIR}/devel/p5-Test-Output
 
 OPTIONS_DEFINE=	YAML
+OPTIONS_DEFAULT=	YAML
 
 .include <bsd.port.options.mk>
 



More information about the svn-ports-head mailing list