- Update to 0.16
- Add LICENSE - Add PORTSCOUT - Sort PLIST Changes: http://search.cpan.org/dist/SQLite-Work/Changes
This commit is contained in:
parent
b620828932
commit
9087bc664b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376981
3 changed files with 12 additions and 8 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= SQLite-Work
|
||||
PORTVERSION= 0.14
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.16
|
||||
CATEGORIES= databases www perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:RUBYKAT
|
||||
|
@ -12,12 +11,17 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Report on and update an SQLite database
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
|
||||
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
|
||||
p5-Getopt-ArgvFile>=1.10:${PORTSDIR}/devel/p5-Getopt-ArgvFile \
|
||||
p5-Getopt-ArgvFile>=0:${PORTSDIR}/devel/p5-Getopt-ArgvFile \
|
||||
p5-Text-NeatTemplate>=0:${PORTSDIR}/textproc/p5-Text-NeatTemplate
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PORTSCOUT= skipv:0.0501,0.1001,0.1002,0.1003
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (SQLite-Work-0.14.tar.gz) = b815d83f85e7d20c0a176b90f82ee98f0b2e661f3b02a9eff44caf997e438a5a
|
||||
SIZE (SQLite-Work-0.14.tar.gz) = 185333
|
||||
SHA256 (SQLite-Work-0.16.tar.gz) = 24c2373d87aad499af9cdbe67c5d7f3f0c72b56c0930925395f5e1ee285e76d8
|
||||
SIZE (SQLite-Work-0.16.tar.gz) = 185290
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
bin/sqlreport
|
||||
bin/sqlw_import
|
||||
bin/sqlw_mail
|
||||
%%PERL5_MAN3%%/SQLite::Work.3.gz
|
||||
%%PERL5_MAN3%%/SQLite::Work::CGI.3.gz
|
||||
%%PERL5_MAN3%%/SQLite::Work::Mail.3.gz
|
||||
%%SITE_PERL%%/SQLite/Work.pm
|
||||
%%SITE_PERL%%/SQLite/Work/CGI.pm
|
||||
%%SITE_PERL%%/SQLite/Work/Mail.pm
|
||||
%%PERL5_MAN3%%/SQLite::Work.3.gz
|
||||
%%PERL5_MAN3%%/SQLite::Work::CGI.3.gz
|
||||
%%PERL5_MAN3%%/SQLite::Work::Mail.3.gz
|
||||
man/man1/sqlreport.1.gz
|
||||
man/man1/sqlw_import.1.gz
|
||||
man/man1/sqlw_mail.1.gz
|
||||
|
|
Loading…
Reference in a new issue