79f86fd6ec
been broken by the incompatibility between db3.2 and db3.3. I am unconditionally bumping the PORTREVISION's to eliminate possible troubles that should not happen before the coming release. Sorry for inconvenience. I'll try to check compatibility hard before committing next time.
28 lines
646 B
Makefile
28 lines
646 B
Makefile
# ports collection makefile for: perl interface to Berkeley DB v3
|
|
# Date created: 3 January 2001
|
|
# Whom: T. William Wells <bill@twwells.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= BerkeleyDB
|
|
PORTVERSION= 0.15
|
|
PORTREVISION= 2
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= $(MASTER_SITE_PERL_CPAN)
|
|
MASTER_SITE_SUBDIR= BerkeleyDB
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= bill@twwells.com
|
|
|
|
LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3
|
|
|
|
PERL_CONFIGURE= yes
|
|
ALL_TARGET= all test
|
|
|
|
post-patch:
|
|
${PERL} -pi -e 's|^(INCLUDE\s+= )./libraries/.*$$|$$1\$(PREFIX)/include/db3|g; \
|
|
s|^(LIB\s+= )./libraries/.*$$|$$1$(PREFIX)/lib|g' ${WRKSRC}/config.in
|
|
|
|
.include <bsd.port.mk>
|