mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 0.93
Cleanup Makefile use %%SITE_PERL%% Add WWW PR: 51575 Submitted by: me Approved by: maintainer timeout (+2 month)
This commit is contained in:
parent
958ed52f89
commit
e29ce5b4f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88355
4 changed files with 11 additions and 12 deletions
|
@ -7,20 +7,17 @@
|
|||
#
|
||||
|
||||
PORTNAME= CDB_File
|
||||
PORTVERSION= 0.92
|
||||
PORTVERSION= 0.93
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= $(MASTER_SITE_PERL_CPAN)
|
||||
MASTER_SITE_SUBDIR= CDB_File
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= nistor@snickers.org
|
||||
COMMENT= "Perl5 interface to the CDB package"
|
||||
COMMENT= Perl5 interface to the CDB package
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= YES
|
||||
ALL_TARGET= all test
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= CDB_File.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (CDB_File-0.92.tar.gz) = e98a1366cb4176655e03fa3809ca6d83
|
||||
MD5 (CDB_File-0.93.tar.gz) = 51c3e0c3e5c173b95292cd057b1cd514
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
This is the perl5 interface to CDB.
|
||||
Very useful for people who would like to export information from an SQL type
|
||||
database directly into a CDB file via $cdb->insert in a perl script.
|
||||
|
||||
WWW: http://search.cpan.org/dist/CDB_File/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/CDB_File.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/bun-x.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CDB_File/CDB_File.so
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CDB_File/CDB_File.bs
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CDB_File/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CDB_File
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/CDB_File.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/CDB_File/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/CDB_File/CDB_File.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/CDB_File/CDB_File.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/bun-x.pl
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CDB_File
|
||||
|
|
Loading…
Add table
Reference in a new issue