aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Apache-Session-SQLite3/Makefile
blob: c3ba3089df1f45514a7107b2aae56da5dfef9534 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: clsung

PORTNAME=	Apache-Session-SQLite3
PORTVERSION=	0.03
PORTREVISION=	1
CATEGORIES=	www databases perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Use DBD::SQLite 1.x for Apache::Session storage

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Apache-Session>=0:www/p5-Apache-Session \
		p5-DBD-SQLite>=0:databases/p5-DBD-SQLite

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>