15 lines
252 B
Makefile
15 lines
252 B
Makefile
|
COMMENT= persistence framework for Apache session data
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME= Apache-Session-1.94
|
||
|
CATEGORIES= www databases
|
||
|
|
||
|
# GPL
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
TEST_DEPENDS= devel/p5-Test-Deep \
|
||
|
devel/p5-Test-Exception
|
||
|
|
||
|
.include <bsd.port.mk>
|