diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-03-09 16:13:06 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-03-09 16:13:06 +0000 |
commit | c7112c3b40767b9111cbd42e889f38d1c7bc6c4a (patch) | |
tree | a0688cc6eb1b24c1d94944d8a7de4a9bc409d186 /textproc/p5-XML-Compile/Makefile | |
parent | 2d8824fbb5059ce0c8bf7c5d14ab337051331391 (diff) | |
download | ports-c7112c3b40767b9111cbd42e889f38d1c7bc6c4a.tar.gz ports-c7112c3b40767b9111cbd42e889f38d1c7bc6c4a.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-Compile/Makefile')
-rw-r--r-- | textproc/p5-XML-Compile/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-XML-Compile/Makefile b/textproc/p5-XML-Compile/Makefile index 989b5b90209d..2c772d1a9987 100644 --- a/textproc/p5-XML-Compile/Makefile +++ b/textproc/p5-XML-Compile/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML-Compile -PORTVERSION= 1.54 +PORTVERSION= 1.55 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Log-Report>=1.03:devel/p5-Log-Report \ + p5-Types-Serialiser>=0:devel/p5-Types-Serialiser \ p5-XML-LibXML>=2.0107:textproc/p5-XML-LibXML RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Deep>=0.095:devel/p5-Test-Deep \ |