blob: c60c7b25730aa961d58c97036e834547d20d2cf2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Kay Lehmann <kay_lehmann@web.de>
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>
|