1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/www/p5-Apache-Session-SharedMem/Makefile
Sunpoet Po-Chuan Hsieh e1386dec13 - Add LICENSE
- Pass maintainership to submitter

PR:		ports/188788
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-04-26 18:14:38 +00:00

24 lines
503 B
Makefile

# Created by: vanilla
# $FreeBSD$
PORTNAME= Apache-Session-SharedMem
PORTVERSION= 0.6
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Apache::Session extension that store session in shared memory
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
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>