blob: 6f95844cff3913840bb4dbe033d1e7083ebbdfdf (
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
|
# 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
PORTCOMMENT= Perl module to use the GNU Data Base Manager (gdbm)
LIB_DEPENDS= gdbm.2:${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>
|