aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-BerkeleyDB/Makefile
blob: c9d10e61c485dbdd9b7ebe2d0ea78af5e751b816 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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.19
CATEGORIES= databases perl5
MASTER_SITES=   $(MASTER_SITE_PERL_CPAN)
MASTER_SITE_SUBDIR= BerkeleyDB
PKGNAMEPREFIX=  p5-

MAINTAINER= bill@twwells.com
COMMENT=    Perl5 interface to the Berkeley DB package revision 3

LIB_DEPENDS=    db3.3:${PORTSDIR}/databases/db3

PERL_CONFIGURE= yes
ALL_TARGET= all test

MAN3=       BerkeleyDB.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}

post-patch:
    @${ECHO} "INCLUDE = ${LOCALBASE}/include/db3" > ${WRKSRC}/config.in
    @${ECHO} "LIB = ${LOCALBASE}/lib" >> ${WRKSRC}/config.in
    @${ECHO} "DBNAME = -ldb3" >> ${WRKSRC}/config.in
    ${PERL} -pi -e '$$_="" if /MAN3PODS/' ${WRKSRC}/Makefile.PL

.include <bsd.port.mk>
d the way itgabor2007-01-301-4/+0 * Change my email address to farrokhi@ in all ports that I maintain.farrokhi2006-11-081-1/+1 * Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-141-1/+1 * - Fix build on 4.Xpav2006-08-132-0/+12 * - update to 2.0.3clsung2006-07-173-12/+14 * - Bump adns library version and PORTREVISION after last dns/adns updatesem2006-04-221-1/+1 * Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-1/+1 * Remove install-info from Makefile, it's automatically done when INFO is definededwin2005-12-051-2/+0 * - Add SHA256pav2005-11-261-0/+2 * Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-05