mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
29 lines
623 B
Makefile
29 lines
623 B
Makefile
PORTNAME= MCE-Shared
|
|
PORTVERSION= 1.878
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:MARIOROY
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= MCE extension for sharing data supporting threads and processes
|
|
WWW= https://metacpan.org/release/MCE-Shared
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_ART10= ${WRKSRC}/LICENSE
|
|
LICENSE_FILE_GPLv1+ = ${WRKSRC}/Copying
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-IO-FDPass>=1.1:devel/p5-IO-FDPass \
|
|
p5-MCE>=1.874:devel/p5-MCE
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^[0-9\.]*$$
|
|
|
|
.include <bsd.port.mk>
|