diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-07 10:19:30 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-07 10:19:30 +0000 |
commit | 0a29dc3d77a489dd96b696643d6169b0af32f60d (patch) | |
tree | fbdb25eaa76b38931cdbd610a9c930e4aa19c836 /textproc/p5-XML-RSS-Feed | |
parent | 3e429927006143905aa7520b8ac1a08ec7c90398 (diff) |
Notes
Diffstat (limited to 'textproc/p5-XML-RSS-Feed')
-rw-r--r-- | textproc/p5-XML-RSS-Feed/Makefile | 12 | ||||
-rw-r--r-- | textproc/p5-XML-RSS-Feed/distinfo | 4 |
2 files changed, 10 insertions, 6 deletions
diff --git a/textproc/p5-XML-RSS-Feed/Makefile b/textproc/p5-XML-RSS-Feed/Makefile index a0aab546b563..74277cfdcae3 100644 --- a/textproc/p5-XML-RSS-Feed/Makefile +++ b/textproc/p5-XML-RSS-Feed/Makefile @@ -2,18 +2,22 @@ # $FreeBSD$ PORTNAME= XML-RSS-Feed -PORTVERSION= 2.32 -PORTREVISION= 1 +PORTVERSION= 2.40 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:S/0$//} MAINTAINER= perl@FreeBSD.org COMMENT= Persistent XML RSS encapsulation -BUILD_DEPENDS= p5-XML-RSS>=0:${PORTSDIR}/textproc/p5-XML-RSS \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Clone>=0:${PORTSDIR}/devel/p5-Clone \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-URI>=0:${PORTSDIR}/net/p5-URI + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-XML-RSS>=0:${PORTSDIR}/textproc/p5-XML-RSS RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-XML-RSS-Feed/distinfo b/textproc/p5-XML-RSS-Feed/distinfo index 7971ed98fcb7..d2641c85689d 100644 --- a/textproc/p5-XML-RSS-Feed/distinfo +++ b/textproc/p5-XML-RSS-Feed/distinfo @@ -1,2 +1,2 @@ -SHA256 (XML-RSS-Feed-2.32.tar.gz) = 59d32c1132a46fc4320ea9534993003af3a685a5f8c9f8286282c8d64aa79c49 -SIZE (XML-RSS-Feed-2.32.tar.gz) = 36578 +SHA256 (XML-RSS-Feed-2.4.tar.gz) = 2c9be5a87110ab6c0168cc8106358eeea757c76acd4c88993a9f4016f607587a +SIZE (XML-RSS-Feed-2.4.tar.gz) = 37079 |