diff options
author | wen <wen@FreeBSD.org> | 2014-06-22 10:04:45 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2014-06-22 10:04:45 +0800 |
commit | 0ca04d2b4c2efcbbe2ed2283412b4a4e03bd428b (patch) | |
tree | dc1b72d165222c2c4553132347473484ef00035c /www | |
parent | d5338785ba8b746a71115493a17974de8c395d7c (diff) | |
download | freebsd-ports-gnome-0ca04d2b4c2efcbbe2ed2283412b4a4e03bd428b.tar.gz freebsd-ports-gnome-0ca04d2b4c2efcbbe2ed2283412b4a4e03bd428b.tar.zst freebsd-ports-gnome-0ca04d2b4c2efcbbe2ed2283412b4a4e03bd428b.zip |
- Fix plist
Reported by: swill@ (Thanks !)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Dancer2/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Dancer2/pkg-plist | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/www/p5-Dancer2/Makefile b/www/p5-Dancer2/Makefile index b7c9c1d7e79e..ca8bf0c28477 100644 --- a/www/p5-Dancer2/Makefile +++ b/www/p5-Dancer2/Makefile @@ -3,6 +3,7 @@ PORTNAME= Dancer2 PORTVERSION= 0.141000 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/www/p5-Dancer2/pkg-plist b/www/p5-Dancer2/pkg-plist index 3b680c6d1ac7..9d6c174dfb24 100644 --- a/www/p5-Dancer2/pkg-plist +++ b/www/p5-Dancer2/pkg-plist @@ -74,6 +74,7 @@ bin/dancer2 %%SITE_PERL%%/Dancer2/Plugins.pod %%SITE_PERL%%/Dancer2/Serializer/Dumper.pm %%SITE_PERL%%/Dancer2/Serializer/JSON.pm +%%SITE_PERL%%/Dancer2/Serializer/Mutable.pm %%SITE_PERL%%/Dancer2/Serializer/YAML.pm %%SITE_PERL%%/Dancer2/Session/Simple.pm %%SITE_PERL%%/Dancer2/Session/YAML.pm @@ -136,6 +137,7 @@ bin/dancer2 %%PERL5_MAN3%%/Dancer2::Plugins.3.gz %%PERL5_MAN3%%/Dancer2::Serializer::Dumper.3.gz %%PERL5_MAN3%%/Dancer2::Serializer::JSON.3.gz +%%PERL5_MAN3%%/Dancer2::Serializer::Mutable.3.gz %%PERL5_MAN3%%/Dancer2::Serializer::YAML.3.gz %%PERL5_MAN3%%/Dancer2::Session::Simple.3.gz %%PERL5_MAN3%%/Dancer2::Session::YAML.3.gz |