3e474a90d8
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
19 lines
425 B
Makefile
19 lines
425 B
Makefile
# $NetBSD: Makefile,v 1.10 2005/07/16 01:19:23 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= btparse-0.33
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://starship.python.net/~gward/btOOL/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://starship.python.net/~gward/btOOL/
|
|
COMMENT= BibTeX parsing library
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_TOOLS+= perl
|
|
GNU_CONFIGURE= YES
|
|
BUILD_TARGET= lib
|
|
TEST_TARGET= test
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|