d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
21 lines
482 B
Makefile
21 lines
482 B
Makefile
# $NetBSD: Makefile,v 1.18 2013/05/31 12:42:06 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= btparse-0.35
|
|
PKGREVISION= 2
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/A/AM/AMBS/btparse/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gerg.ca/software/btOOL/
|
|
COMMENT= BibTeX parsing library
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_TOOLS+= perl pod2man
|
|
USE_LIBTOOL=YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
PKGCONFIG_OVERRIDE+= btparse.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|