aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Dancer
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2012-07-23 00:18:37 +0800
committerkuriyama <kuriyama@FreeBSD.org>2012-07-23 00:18:37 +0800
commit35654b4cbe29863d0c80708f87949d9aabdf4396 (patch)
tree04f6e0ddb5831ecd8ec52934ab00acc42c43d095 /www/p5-Dancer
parentb140230f8dd095ff1c1ee41c72ad7eb365f9faf1 (diff)
downloadfreebsd-ports-gnome-35654b4cbe29863d0c80708f87949d9aabdf4396.tar.gz
freebsd-ports-gnome-35654b4cbe29863d0c80708f87949d9aabdf4396.tar.zst
freebsd-ports-gnome-35654b4cbe29863d0c80708f87949d9aabdf4396.zip
- Fix missing default option in prev commit.
Diffstat (limited to 'www/p5-Dancer')
-rw-r--r--www/p5-Dancer/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/p5-Dancer/Makefile b/www/p5-Dancer/Makefile
index 6cddafb9de20..9afb5dfd6fc2 100644
--- a/www/p5-Dancer/Makefile
+++ b/www/p5-Dancer/Makefile
@@ -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>