mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Add p5-GDBM port. Sort of a merge of my first cut at it and another
from eivind.
This commit is contained in:
parent
329cba8437
commit
310ba58c61
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22992
6 changed files with 57 additions and 0 deletions
33
databases/p5-GDBM/Makefile
Normal file
33
databases/p5-GDBM/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# New ports collection makefile for: p5-GDBM
|
||||
# Version required: 1.0
|
||||
# Date created: Nov 9 1999
|
||||
# Whom: Nick Sayer <nsayer@FreeBSD.ORG>
|
||||
#
|
||||
# Heavy input from eivind@freebsd.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= perl5.005_03
|
||||
PKGNAME= p5-GDBM-1.00
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../../src
|
||||
|
||||
MAINTAINER= nsayer@FreeBSD.ORG
|
||||
|
||||
LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm
|
||||
|
||||
USE_PERL5= YES
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/ext/GDBM_File
|
||||
|
||||
MAN3= GDBM_File.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL
|
||||
|
||||
.include <bsd.port.post.mk>
|
1
databases/p5-GDBM/distinfo
Normal file
1
databases/p5-GDBM/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (perl5.005_03.tar.gz) = 427890d97e32430341c1fa80f55277a7
|
10
databases/p5-GDBM/files/patch-aa
Normal file
10
databases/p5-GDBM/files/patch-aa
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- Makefile.PL.orig Tue Nov 9 09:03:15 1999
|
||||
+++ Makefile.PL Tue Nov 9 08:13:45 1999
|
||||
@@ -2,7 +2,7 @@
|
||||
use ExtUtils::MakeMaker;
|
||||
WriteMakefile(
|
||||
NAME => 'GDBM_File',
|
||||
+ INC => '-I/usr/local/include',
|
||||
LIBS => ["-L/usr/local/lib -lgdbm", "-ldbm"],
|
||||
- MAN3PODS => {}, # Pods will be built by installman.
|
||||
XSPROTOARG => '-noprototypes', # XXX remove later?
|
1
databases/p5-GDBM/pkg-comment
Normal file
1
databases/p5-GDBM/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Perl module to use the GNU Data Base Manager (gdbm)
|
6
databases/p5-GDBM/pkg-descr
Normal file
6
databases/p5-GDBM/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
GDBM_File is a perl module which allows Perl programs to make use of the
|
||||
facilities provided by the GNU gdbm library. If you intend to use this
|
||||
module you should really have a copy of the gdbm manualpage at hand.
|
||||
|
||||
Most of the libgdbm.a functions are available through the GDBM_File
|
||||
interface.
|
6
databases/p5-GDBM/pkg-plist
Normal file
6
databases/p5-GDBM/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/GDBM_File.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GDBM_File/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GDBM_File/GDBM_File.bs
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GDBM_File/GDBM_File.so
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GDBM_File/autosplit.ix
|
||||
@dirrm lib/perl5/site_perl/5.005/i386-freebsd/auto/GDBM_File
|
Loading…
Add table
Reference in a new issue