freebsd-ports/www/p5-PHP-Session/Makefile
2003-10-07 15:27:06 +00:00

26 lines
648 B
Makefile

# New ports collection makefile for: p5-PHP-Session
# Date created: 16 April 2003
# Whom: Mathieu Arnold <m@absolight.net>
#
# $FreeBSD$
#
PORTNAME= PHP-Session
PORTVERSION= 0.22
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= PHP
PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= Read / write PHP session files
BUILD_DEPENDS= ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-exports \
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= PHP::Session.3 PHP::Session::Serializer::PHP.3
.include <bsd.port.mk>