2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Kay Lehmann <kay_lehmann@web.de>
|
2006-03-20 19:36:06 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= btparse
|
|
|
|
PORTVERSION= 0.35
|
|
|
|
CATEGORIES= textproc
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2011-09-08 10:36:43 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:AMBS/${PORTNAME}
|
2006-03-20 19:36:06 +01:00
|
|
|
|
2011-09-08 10:36:43 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-03-20 19:36:06 +01:00
|
|
|
COMMENT= C library for parsing and processing BibTeX data files
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2007-03-27 14:16:42 +02:00
|
|
|
USE_LDCONFIG= yes
|
2013-08-03 14:51:18 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= build
|
2006-03-20 19:36:06 +01:00
|
|
|
|
2007-03-27 14:16:42 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
|
|
|
|
|
2006-03-20 19:36:06 +01:00
|
|
|
.include <bsd.port.mk>
|