mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
31 lines
876 B
Makefile
31 lines
876 B
Makefile
|
# New ports collection makefile for: p5-Apache-Session
|
||
|
# Version required: 1.03
|
||
|
# Date created: March 13, 2000
|
||
|
# Whom: Frank Mayhar <frank@exit.com>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
DISTNAME= Apache-Session-1.03
|
||
|
PKGNAME= p5-Apache-Session-1.03
|
||
|
CATEGORIES= www perl5
|
||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||
|
MASTER_SITE_SUBDIR= Apache
|
||
|
|
||
|
MAINTAINER= frank@exit.com
|
||
|
|
||
|
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/p5-Apache \
|
||
|
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
|
||
|
|
||
|
USE_PERL5= YES
|
||
|
|
||
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||
|
MAN3= Apache::Session::Counted.3 Apache::Session::DBIStore.3 \
|
||
|
Apache::Session::Embperl.3 Apache::Session::DBI.3 \
|
||
|
Apache::Session.3
|
||
|
|
||
|
do-configure:
|
||
|
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL
|
||
|
|
||
|
.include <bsd.port.mk>
|