mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
005071a063
- pet portlint - add license - convert patches to makepatch naming Sponsored by: Absolight
22 lines
443 B
Makefile
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>
|