mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
a0bcd2cf68
PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093
20 lines
396 B
Makefile
20 lines
396 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 pathfix
|
|
USE_PERL5= build
|
|
|
|
.include <bsd.port.mk>
|