1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/www/p5-Apache-Session/Makefile
Will Andrews 1e60866cc1 Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.
Add some missing/wrong dependencies.  Show how to respect CC/CFLAGS.  Many
miscellaneous modifications.  I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS.

Patches largely done by:	Christian Weisgerber <naddy@mips.inka.de>
2000-06-17 02:37:15 +00:00

48 lines
1.4 KiB
Makefile

# New ports collection makefile for: p5-Apache-Session
# Date created: March 13, 2000
# Whom: Frank Mayhar <frank@exit.com>
#
# $FreeBSD$
#
PORTNAME= Apache-Session
PORTVERSION= 1.51
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Apache
PKGNAMEPREFIX= p5-
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.3 \
Apache::Session::DB_File.3 \
Apache::Session::File.3 \
Apache::Session::Flex.3 \
Apache::Session::Generate::MD5.3 \
Apache::Session::Lock::File.3 \
Apache::Session::Lock::MySQL.3 \
Apache::Session::Lock::Null.3 \
Apache::Session::Lock::Semaphore.3 \
Apache::Session::MySQL.3 \
Apache::Session::Oracle.3 \
Apache::Session::Postgres.3 \
Apache::Session::Serialize::Base64.3 \
Apache::Session::Serialize::Storable.3 \
Apache::Session::Serialize::UUEncode.3 \
Apache::Session::Store::DB_File.3 \
Apache::Session::Store::File.3 \
Apache::Session::Store::MySQL.3 \
Apache::Session::Store::Oracle.3 \
Apache::Session::Store::Postgres.3
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>