mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 11:40:31 -04:00
26 lines
576 B
Makefile
26 lines
576 B
Makefile
# Created by: Frank Mayhar <frank@exit.com>
|
|
|
|
PORTNAME= Apache-Session
|
|
PORTVERSION= 1.94
|
|
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-Database>=0:databases/p5-Test-Database \
|
|
p5-Test-Deep>=0.082:devel/p5-Test-Deep \
|
|
p5-Test-Exception>=0.15:devel/p5-Test-Exception
|
|
|
|
USES= dos2unix perl5
|
|
USE_PERL5= modbuild
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|