diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-04-21 19:36:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-04-21 19:36:43 +0000 |
commit | eadde79b84c2eb9862bda028c49f83c66dd1de99 (patch) | |
tree | de158fe8963ca58f72fca65faf90525848993449 /databases/p5-Dancer-Plugin-Database-Core/Makefile | |
parent | 0b54add41f249b47c72a8d172e2d3a96333241cf (diff) | |
download | ports-eadde79b84c2eb9862bda028c49f83c66dd1de99.tar.gz ports-eadde79b84c2eb9862bda028c49f83c66dd1de99.zip |
Cosmetic change
Notes
Notes:
svn path=/head/; revision=532319
Diffstat (limited to 'databases/p5-Dancer-Plugin-Database-Core/Makefile')
-rw-r--r-- | databases/p5-Dancer-Plugin-Database-Core/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/p5-Dancer-Plugin-Database-Core/Makefile b/databases/p5-Dancer-Plugin-Database-Core/Makefile index c684208e9999..080ca64cc710 100644 --- a/databases/p5-Dancer-Plugin-Database-Core/Makefile +++ b/databases/p5-Dancer-Plugin-Database-Core/Makefile @@ -17,8 +17,9 @@ RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI TEST_DEPENDS= p5-Test-Pod>=1.22:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=1.08:devel/p5-Test-Pod-Coverage -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include <bsd.port.mk> |