forked from Lainports/freebsd-ports
p5-BerkeleyDB => 0.15 p5-Convert-ASN1 => 0.10 p5-FastCGI => 0.58 p5-File-Spec => 0.82 p5-Finance-Quote => 1.05 p5-IO-Socket-SSL => 0.78 p5-Locale-Maketext => 0.18 p5-Mon => 0.11 p5-Net-IPv4Addr => 0.10 Some ports NO response from: maintainers Some ports Approved by: maintainers
26 lines
630 B
Makefile
26 lines
630 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
|
|
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>
|