aboutsummaryrefslogtreecommitdiff
path: root/textproc/btparse/Makefile
blob: d439b79d095e1dd36079842de58d585289835f4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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>