mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 0.59
- Pet portlint - Change WWW to CPAN URL Changes: http://search.cpan.org/dist/Text-BibTeX/CHANGES
This commit is contained in:
parent
3612b5bd24
commit
8a07beef12
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278624
4 changed files with 12 additions and 11 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Text-BibTeX
|
||||
PORTVERSION= 0.58
|
||||
PORTVERSION= 0.59
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:AMBS/Text
|
||||
|
@ -15,14 +15,15 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Manipulate BibTeX files from perl
|
||||
|
||||
LICENSE_COMB= dual
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Config-AutoConf>=0.16:${PORTSDIR}/devel/p5-Config-AutoConf \
|
||||
p5-ExtUtils-LibBuilder>0.02:${PORTSDIR}/devel/p5-ExtUtils-LibBuilder \
|
||||
p5-Capture-Tiny>=0.06:${PORTSDIR}/devel/p5-Capture-Tiny
|
||||
p5-ExtUtils-LibBuilder>0.02:${PORTSDIR}/devel/p5-ExtUtils-LibBuilder
|
||||
TEST_DEPENDS= p5-Capture-Tiny>=0.06:${PORTSDIR}/devel/p5-Capture-Tiny
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAN1= bt_format_names.1 bt_input.1 bt_language.1 \
|
||||
bt_macros.1 bt_misc.1 bt_post_processing.1 \
|
||||
|
@ -43,7 +44,7 @@ MAN3= Text::BibTeX.3 \
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
||||
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC"
|
||||
CFLAGS+= -fPIC
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Text-BibTeX-0.58.tar.gz) = 7794b9ff57b6ac2b06af85b1c2b1ba98af686aab6593894eca6067a27e8e5e0b
|
||||
SIZE (Text-BibTeX-0.58.tar.gz) = 271611
|
||||
SHA256 (Text-BibTeX-0.59.tar.gz) = 79c5079a7ab96ac81a32f25575a6d6626ad8234ec065028a26e1cd6de7c368c4
|
||||
SIZE (Text-BibTeX-0.59.tar.gz) = 271511
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Text::BibTeX provides objected oriented parsing and formatting of
|
||||
BibTeX files from within perl.
|
||||
|
||||
WWW: http://www.gerg.ca/software/btOOL/
|
||||
WWW: http://search.cpan.org/dist/Text-BibTeX/
|
||||
http://www.gerg.ca/software/btOOL/
|
||||
|
|
|
@ -14,8 +14,7 @@ lib/libbtparse.so
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/Text/BibTeX/Value.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/BibTeX/BibTeX.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/BibTeX/BibTeX.so
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Text/BibTeX
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/BibTeX
|
||||
@dirrmtry %%SITE_PERL%%/Text
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Text/BibTeX
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text
|
||||
|
|
Loading…
Add table
Reference in a new issue