40d9307646
MojoX::Session is a session management for Mojo. Based on CGI::Session and HTTP::Session but without any dependencies except the core ones.
23 lines
410 B
Makefile
23 lines
410 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/12 23:44:40 simon Exp $
|
|
|
|
COMMENT = session management for Mojo
|
|
|
|
MODULES = cpan
|
|
DISTNAME = MojoX-Session-0.10
|
|
CATEGORIES = www
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
CPAN_AUTHOR = VTI
|
|
|
|
RUN_DEPENDS = ::security/p5-Digest-SHA1 \
|
|
::www/p5-Mojo
|
|
|
|
MAKE_ENV += TEST_POD=1
|
|
|
|
.include <bsd.port.mk>
|