2003-04-18 08:33:13 +02:00
|
|
|
# New ports collection makefile for: p5-Apache-Session-PHP
|
|
|
|
# Date created: 16 April 2003
|
|
|
|
# Whom: Mathieu Arnold <m@absolight.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Apache-Session-PHP
|
2004-02-03 16:05:15 +01:00
|
|
|
PORTVERSION= 0.05
|
2003-04-18 08:33:13 +02:00
|
|
|
CATEGORIES= www perl5
|
2007-08-31 15:37:23 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-04-18 08:33:13 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-16 11:55:32 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-04-18 08:33:13 +02:00
|
|
|
COMMENT= Glue Apache::Session with PHP::Session
|
|
|
|
|
2003-10-24 14:05:09 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/PHP/Session.pm:${PORTSDIR}/www/p5-PHP-Session \
|
2004-02-03 16:05:15 +01:00
|
|
|
${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session
|
2003-04-18 08:33:13 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Apache::Session::PHP.3 Apache::Session::Serialize::PHP.3 Apache::Session::Store::PHP.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|