diff options
Diffstat (limited to 'devel/p5-Mutex/Makefile')
-rw-r--r-- | devel/p5-Mutex/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/p5-Mutex/Makefile b/devel/p5-Mutex/Makefile new file mode 100644 index 000000000000..c765b42ff814 --- /dev/null +++ b/devel/p5-Mutex/Makefile @@ -0,0 +1,21 @@ +PORTNAME= Mutex +PORTVERSION= 1.011 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:MARIOROY +PKGNAMEPREFIX= p5- + +MAINTAINER= dvl@FreeBSD.org +COMMENT= Various locking implementations supporting processes and threads +WWW= https://metacpan.org/pod/Mutex + +LICENSE= ART10 + +USES= perl5 +USE_PERL5= configure + +RUN_DEPENDS= p5-ExtUtils-MakeMaker>0:devel/p5-ExtUtils-MakeMaker + +NO_ARCH= yes + +.include <bsd.port.mk> |