freebsd-ports/devel/p5-IPC-Cache/Makefile
2021-04-06 16:31:07 +02:00

21 lines
388 B
Makefile

# Created by: vanilla
PORTNAME= IPC-Cache
PORTVERSION= 0.02
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Persist data across processes via shared memory
LICENSE= GPLv1
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-IPC-ShareLite>=0:devel/p5-IPC-ShareLite
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>