mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
01585ca6b6
- Add NO_ARCH Changes: http://search.cpan.org/dist/BibTeX-Parser/Changes
27 lines
542 B
Makefile
27 lines
542 B
Makefile
# Created by: Wen Heping<wen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= BibTeX-Parser
|
|
PORTVERSION= 1.02
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:BORISV
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Pure perl BibTeX parser
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= p5-IO-String>=0:devel/p5-IO-String \
|
|
p5-LaTeX-ToUnicode>=0.02:textproc/p5-LaTeX-ToUnicode
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|