2013-03-29 01:44:53 +01:00
|
|
|
# Created by: mat
|
2004-10-12 13:32:32 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Apache-Session-Wrapper
|
2010-06-10 03:35:54 +02:00
|
|
|
PORTVERSION= 0.34
|
2004-10-12 13:32:32 +02:00
|
|
|
CATEGORIES= www perl5
|
2007-08-31 15:37:23 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-10-12 13:32:32 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-16 11:55:32 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2013-03-29 01:44:53 +01:00
|
|
|
COMMENT= Simple wrapper around Apache::Session
|
2004-10-12 13:32:32 +02:00
|
|
|
|
2012-06-05 15:12:33 +02:00
|
|
|
BUILD_DEPENDS= p5-Class-Container>=0:${PORTSDIR}/devel/p5-Class-Container \
|
2009-10-23 02:30:06 +02:00
|
|
|
p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
|
2012-06-05 15:12:33 +02:00
|
|
|
p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \
|
|
|
|
p5-Apache-Session>=0:${PORTSDIR}/www/p5-Apache-Session
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2004-10-12 13:32:32 +02:00
|
|
|
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
|
|
|
|
MAN3= Apache::Session::Wrapper.3
|
|
|
|
|
2005-02-17 15:18:07 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
PORTDOCS= Changes
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
|
|
|
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
|
|
|
.endif
|
|
|
|
|
2007-08-31 15:37:23 +02:00
|
|
|
.include <bsd.port.mk>
|