diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-25 13:37:34 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-25 13:37:34 +0000 |
commit | 792ca134d2ff758f33d196fa49a49573a83ee04f (patch) | |
tree | 3069b902314d82d7d894dc46f179434bab336386 | |
parent | 07e04950c8483719d50f30bfe55d6323295d3466 (diff) | |
download | ports-792ca134d2ff758f33d196fa49a49573a83ee04f.tar.gz ports-792ca134d2ff758f33d196fa49a49573a83ee04f.zip |
-rw-r--r-- | textproc/p5-String-CamelCase/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-String-CamelCase/Makefile b/textproc/p5-String-CamelCase/Makefile index a6dec360c9c2..a470d9332cdc 100644 --- a/textproc/p5-String-CamelCase/Makefile +++ b/textproc/p5-String-CamelCase/Makefile @@ -12,8 +12,9 @@ COMMENT= Perl module for camelcase, de-camelcase LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include <bsd.port.mk> |