aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-GDBM/Makefile
blob: 97924919cb2755d4e5b2d49f897a2edd33ee4f95 (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
# New ports collection makefile for:    p5-GDBM
# Date created:             Nov 9 1999
# Whom:                     Nick Sayer <nsayer@FreeBSD.ORG>
#
# Heavy input from eivind@freebsd.org
#
# $FreeBSD$
#

PORTNAME=   p5-GDBM
PORTVERSION=    1.00
CATEGORIES= databases perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../src
DISTNAME=   perl5.005_03

MAINTAINER= ports@FreeBSD.ORG
COMMENT=    Perl module to use the GNU Data Base Manager (gdbm)

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

PERL_CONFIGURE= yes

WRKSRC=     ${WRKDIR}/${DISTNAME}/ext/GDBM_File

MAN3=       GDBM_File.3
MANPREFIX=  ${PREFIX}/lib/perl5/${PERL_VERSION}

.include <bsd.port.mk>