aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-BibTeX-Parser/Makefile
blob: ee288c00a8e5ed79411f80fb7af4fb6d48e42be4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Wen Heping<wen@FreeBSD.org>
# $FreeBSD$

PORTNAME=   BibTeX-Parser
PORTVERSION=    0.69
CATEGORIES= textproc perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:GERHARD
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Pure perl BibTeX parser

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

RUN_DEPENDS=    p5-LaTeX-ToUnicode>=0.02:textproc/p5-LaTeX-ToUnicode \
        p5-IO-String>0:devel/p5-IO-String

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>