forked from Lainports/freebsd-ports
- Add p5-qdbm
Perl API for QDBM
This commit is contained in:
parent
49af1bdbaf
commit
e4b4aa9ef3
4 changed files with 52 additions and 0 deletions
|
|
@ -233,6 +233,7 @@
|
|||
SUBDIR += p5-Time-Piece-MySQL
|
||||
SUBDIR += p5-hp200lx-db
|
||||
SUBDIR += p5-postgresql-plperl
|
||||
SUBDIR += p5-qdbm
|
||||
SUBDIR += p5-sqlrelay
|
||||
SUBDIR += pear-DB
|
||||
SUBDIR += pear-DB_DataObject
|
||||
|
|
|
|||
20
databases/p5-qdbm/Makefile
Normal file
20
databases/p5-qdbm/Makefile
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# New ports collection makefile for: p5-qdbm
|
||||
# Date created: 2005-09-01
|
||||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
COMMENT= Perl API for QDBM
|
||||
|
||||
SLAVEPORT= perl
|
||||
USE_PERL5= yes
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../databases/qdbm
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/perl
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
DESCR= ${.CURDIR}/pkg-descr
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
3
databases/p5-qdbm/pkg-descr
Normal file
3
databases/p5-qdbm/pkg-descr
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Perl API for QDBM
|
||||
|
||||
WWW: http://qdbm.sourceforge.net/plspex.html
|
||||
28
databases/p5-qdbm/pkg-plist
Normal file
28
databases/p5-qdbm/pkg-plist
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
bin/plcrtest
|
||||
bin/pldptest
|
||||
bin/plvltest
|
||||
lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/perllocal.pod
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Curia.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Depot.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Villa.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Curia/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Curia/Curia.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Curia/Curia.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Depot/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Depot/Depot.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Depot/Depot.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Villa/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Villa/Villa.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Villa/Villa.so
|
||||
%%DATADIR%%/perl/plapidoc/Curia.pm.html
|
||||
%%DATADIR%%/perl/plapidoc/Depot.pm.html
|
||||
%%DATADIR%%/perl/plapidoc/Villa.pm.html
|
||||
%%DATADIR%%/perl/plapidoc/index.html
|
||||
%%DATADIR%%/perl/plspex-ja.html
|
||||
%%DATADIR%%/perl/plspex.html
|
||||
@dirrm %%DATADIR%%/perl/plapidoc
|
||||
@dirrm %%DATADIR%%/perl
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Villa
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Depot
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Curia
|
||||
Loading…
Add table
Reference in a new issue