mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
Add depends to p5-XML-Parser.
This commit is contained in:
parent
4319419fac
commit
fea9e11548
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43210
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= XML-Writer
|
||||
PORTVERSION= 0.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= XML
|
||||
|
@ -14,6 +15,9 @@ PKGNAMEPREFIX= p5-
|
|||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= XML::Writer.3
|
||||
|
|
Loading…
Add table
Reference in a new issue