diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-20 11:37:19 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-20 11:37:19 +0000 |
commit | adc401882718b0018043d75ffdcab3988056ca87 (patch) | |
tree | c5102ec83948f37d2b1d0327c13866732255dedc | |
parent | ce25c3a3d5f6dec8ed8e77114d64f6cfae206c6f (diff) |
www/p5-Web-oEmbed: Cosmetic change
-rw-r--r-- | www/p5-Web-oEmbed/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-Web-oEmbed/Makefile b/www/p5-Web-oEmbed/Makefile index 19c3b44b7703..dde300ebe1f8 100644 --- a/www/p5-Web-oEmbed/Makefile +++ b/www/p5-Web-oEmbed/Makefile @@ -20,8 +20,9 @@ RUN_DEPENDS= p5-Any-Moose>=0:devel/p5-Any-Moose \ p5-XML-LibXML-Simple>=0:textproc/p5-XML-LibXML-Simple \ p5-libwww>=0:www/p5-libwww -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include <bsd.port.mk> |