1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/textproc/btparse/Makefile
Dmitry Marakasov 5291484719 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-20 10:44:41 +00:00

23 lines
467 B
Makefile

# Created by: Kay Lehmann <kay_lehmann@web.de>
# $FreeBSD$
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
USE_PERL5= build
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
.include <bsd.port.mk>