mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
27 lines
582 B
Makefile
27 lines
582 B
Makefile
# Created by: Frank Mayhar <frank@exit.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Apache-Session
|
|
PORTVERSION= 1.93
|
|
PORTREVISION= 1
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Persistence framework for session data
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI
|
|
TEST_DEPENDS+= p5-Test-Deep>=0.082:devel/p5-Test-Deep \
|
|
p5-Test-Exception>=0.15:devel/p5-Test-Exception \
|
|
p5-Test-Database>=0:databases/p5-Test-Database
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|