diff options
Diffstat (limited to 'textproc/p5-BibTeX-Parser/Makefile')
-rw-r--r-- | textproc/p5-BibTeX-Parser/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/textproc/p5-BibTeX-Parser/Makefile b/textproc/p5-BibTeX-Parser/Makefile index ee288c00a8e5..7ff55e34b348 100644 --- a/textproc/p5-BibTeX-Parser/Makefile +++ b/textproc/p5-BibTeX-Parser/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= BibTeX-Parser -PORTVERSION= 0.69 +PORTVERSION= 0.70 CATEGORIES= textproc perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:GERHARD +MASTER_SITE_SUBDIR= CPAN:BORISV PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -13,9 +13,11 @@ COMMENT= Pure perl BibTeX parser LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= p5-LaTeX-ToUnicode>=0.02:textproc/p5-LaTeX-ToUnicode \ - p5-IO-String>0:devel/p5-IO-String +BUILD_DEPENDS= p5-IO-String>=0:devel/p5-IO-String \ + p5-LaTeX-ToUnicode>=0.02:textproc/p5-LaTeX-ToUnicode +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure |