diff options
Diffstat (limited to 'textproc/p5-XML-Literal/Makefile')
-rw-r--r-- | textproc/p5-XML-Literal/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/textproc/p5-XML-Literal/Makefile b/textproc/p5-XML-Literal/Makefile index cff96c47b73b..7d84bb991025 100644 --- a/textproc/p5-XML-Literal/Makefile +++ b/textproc/p5-XML-Literal/Makefile @@ -6,15 +6,18 @@ # PORTNAME= XML-Literal -PORTVERSION= 0.01 +PORTVERSION= 0.02 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML PKGNAMEPREFIX= p5- -MAINTAINER= gslin@gslin.org +MAINTAINER= perl@FreeBSD.org COMMENT= Syntax suppor for XML literals +RUN_DEPENDS= ${SITE_PERL}/Sub/Override.pm:${PORTSDIR}/devel/p5-Sub-Override +BUILD_DEPENDS= ${RUN_DEPENDS} + PERL_CONFIGURE= yes MAN3= XML::Literal.3 |