opnsense-ports/textproc/btparse/Makefile
Franco Fichtner 0bafe2b7fa */*: sync with upstream
Taken from: FreeBSD
2024-02-26 10:57:15 +01:00

20 lines
466 B
Makefile

PORTNAME= btparse
PORTVERSION= 0.35
PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:AMBS/${PORTNAME}
MAINTAINER= perl@FreeBSD.org
COMMENT= C library for parsing and processing BibTeX data files
WWW= http://www.gerg.ca/software/btOOL
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_LDCONFIG= yes
USES= perl5 libtool pathfix
USE_PERL5= build
CONFLICTS_INSTALL= p5-Text-BibTeX # bin/bibparse
.include <bsd.port.mk>