1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/textproc/btparse/Makefile
Mathieu Arnold 005071a063 - Convert to staging
- pet portlint
- add license
- convert patches to makepatch naming

Sponsored by:	Absolight
2014-01-26 00:03:51 +00:00

22 lines
443 B
Makefile

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