blob: b90354a21a460615a8261da7391ac0a8c732a6f5 (
plain)
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
33
34
|
# 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
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} >= 500800
BROKEN= "Does not compile"
.endif
.include <bsd.port.post.mk>
|