9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
38 lines
1.2 KiB
Makefile
38 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.54 2020/01/26 17:32:16 rillig Exp $
|
|
|
|
DISTNAME= Text-BibTeX-0.87
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.gerg.ca/software/btOOL/
|
|
#HOMEPAGE= http://search.cpan.org/dist/Text-BibTeX/
|
|
COMMENT= Perl library for reading, parsing, and processing BibTeX files
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
BUILD_DEPENDS+= p5-Capture-Tiny>=0.06:../../devel/p5-Capture-Tiny
|
|
BUILD_DEPENDS+= p5-Config-AutoConf>=0.14:../../devel/p5-Config-AutoConf
|
|
BUILD_DEPENDS+= p5-ExtUtils-LibBuilder>=0.01:../../devel/p5-ExtUtils-LibBuilder
|
|
#BUILD_DEPENDS+= {perl>=5.14.1,p5-ExtUtils-CBuilder>=0.27}:../../devel/p5-ExtUtils-CBuilder
|
|
|
|
USE_LANGUAGES+= c c99
|
|
PERL5_PACKLIST= auto/Text/BibTeX/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
ALL_ENV+= TMPDIR=${WRKDIR}/tmp
|
|
|
|
pre-configure:
|
|
${MKDIR} ${WRKDIR}/tmp
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
.if ${OPSYS} == "Darwin"
|
|
post-build:
|
|
. for f in bin/biblex bin/bibparse bin/dumpnames usrlib/libbtparse.dylib
|
|
${CHMOD} u+w ${WRKSRC}/blib/${f}
|
|
. endfor
|
|
.endif
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|