diff options
| -rw-r--r-- | textproc/p5-Google-Data-JSON/Makefile | 3 | ||||
| -rw-r--r-- | textproc/p5-Google-Data-JSON/pkg-plist | 4 |
2 files changed, 1 insertions, 6 deletions
diff --git a/textproc/p5-Google-Data-JSON/Makefile b/textproc/p5-Google-Data-JSON/Makefile index db3468cd67a0..1d4fceeca7ef 100644 --- a/textproc/p5-Google-Data-JSON/Makefile +++ b/textproc/p5-Google-Data-JSON/Makefile @@ -16,7 +16,6 @@ MAINTAINER= chinsan@FreeBSD.org COMMENT= General XML-JSON converter based on Google Data APIs BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ - p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build \ p5-Perl6-Export-Attrs>=0:${PORTSDIR}/devel/p5-Perl6-Export-Attrs \ p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \ p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require \ @@ -28,7 +27,7 @@ BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= Google::Data::JSON.3 diff --git a/textproc/p5-Google-Data-JSON/pkg-plist b/textproc/p5-Google-Data-JSON/pkg-plist index 55e53baae448..133f25b6e1a0 100644 --- a/textproc/p5-Google-Data-JSON/pkg-plist +++ b/textproc/p5-Google-Data-JSON/pkg-plist @@ -1,7 +1,3 @@ %%SITE_PERL%%/Google/Data/JSON.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Google/Data/JSON/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Google/Data/JSON -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Google/Data -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Google @dirrmtry %%SITE_PERL%%/Google/Data @dirrmtry %%SITE_PERL%%/Google |
