2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Mathieu Arnold <m@absolight.net>
|
2003-04-18 08:29:59 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= PHP-Session
|
2009-02-12 19:09:30 +01:00
|
|
|
PORTVERSION= 0.27
|
2003-04-18 08:29:59 +02:00
|
|
|
CATEGORIES= www perl5
|
2007-08-31 15:37:23 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-04-18 08:29:59 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-16 11:55:32 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-04-18 08:29:59 +02:00
|
|
|
COMMENT= Read / write PHP session files
|
|
|
|
|
2012-01-12 03:43:35 +01:00
|
|
|
BUILD_DEPENDS= p5-UNIVERSAL-require>=0.03:${PORTSDIR}/devel/p5-UNIVERSAL-require
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2003-04-18 08:29:59 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2003-04-18 08:29:59 +02:00
|
|
|
|
2005-05-18 13:33:50 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
PORTDOCS= Changes README
|
|
|
|
|
|
|
|
post-install:
|
2013-11-07 16:22:45 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
2005-05-18 13:33:50 +02:00
|
|
|
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
|
|
|
.endif
|
|
|
|
|
2003-04-18 08:29:59 +02:00
|
|
|
.include <bsd.port.mk>
|