opnsense-ports/textproc/btparse/Makefile
Franco Fichtner ee21c0da7e */*: sync with upstream
Taken from: FreeBSD
2022-01-11 12:41:17 +01:00

20 lines
434 B
Makefile

# Created by: Kay Lehmann <kay_lehmann@web.de>
PORTNAME= btparse
PORTVERSION= 0.35
PORTREVISION= 1
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
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= perl5 libtool pathfix
USE_PERL5= build
CONFLICTS_INSTALL= p5-Text-BibTeX # bin/bibparse
.include <bsd.port.mk>