2006-06-02 03:11:12 +02:00
|
|
|
# New ports collection makefile for: p5-Apache-SessionX
|
|
|
|
# Date created: 01 Jun 2006
|
|
|
|
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Apache-SessionX
|
|
|
|
PORTVERSION= 2.01
|
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-06-02 03:11:12 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-12-13 19:07:49 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-06-02 03:11:12 +02:00
|
|
|
COMMENT= An extented persistence framework for session data
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
MAN3= Apache::SessionX.3 \
|
|
|
|
Apache::SessionX::Generate::MD5.3
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
IS_INTERACTIVE= yes
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|