diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-09-07 22:44:24 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-09-07 22:44:24 +0000 |
commit | 18f0666591c07a0bda475fc58f924ded728ff86e (patch) | |
tree | 5b669fc7f912cce8105a4664bde3529e3d10742c | |
parent | Update to 1.22 (diff) |
Cosmetic change
Notes
Notes:
svn path=/head/; revision=511441
-rw-r--r-- | www/p5-PocketIO/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-PocketIO/Makefile b/www/p5-PocketIO/Makefile index a9e120843cac..4b2765fd174c 100644 --- a/www/p5-PocketIO/Makefile +++ b/www/p5-PocketIO/Makefile @@ -23,8 +23,9 @@ RUN_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent \ TEST_DEPENDS= p5-Plack>=0:www/p5-Plack \ p5-Twiggy>=0:www/p5-Twiggy -NO_ARCH= yes -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes .include <bsd.port.mk> |