freebsd-ports/textproc/p5-BibTeX-Parser/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

23 lines
463 B
Makefile

# 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>