freebsd-ports/www/p5-Apache-Session-SharedMem/Makefile
2013-11-07 06:19:38 +00:00

20 lines
461 B
Makefile

# Created by: vanilla
# $FreeBSD$
PORTNAME= Apache-Session-SharedMem
PORTVERSION= 0.6
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Apache::Session extension that store session in shared memory
BUILD_DEPENDS= p5-IPC-Cache>=0:${PORTSDIR}/devel/p5-IPC-Cache \
p5-Apache-Session>=0:${PORTSDIR}/www/p5-Apache-Session
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>