diff options
author | tobez <tobez@FreeBSD.org> | 2013-01-06 00:25:17 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2013-01-06 00:25:17 +0800 |
commit | 13c6494ea28c0649a649eacb400c2dfb8fd9c186 (patch) | |
tree | 1522c16b9ca3bfba614e01e75e0d404e7b79c622 /textproc/p5-XML-Feed/Makefile | |
parent | 14f41faf556fcba31b6e0b0f7b8bd9b4369b0d6d (diff) | |
download | freebsd-ports-gnome-13c6494ea28c0649a649eacb400c2dfb8fd9c186.tar.gz freebsd-ports-gnome-13c6494ea28c0649a649eacb400c2dfb8fd9c186.tar.zst freebsd-ports-gnome-13c6494ea28c0649a649eacb400c2dfb8fd9c186.zip |
Update to 0.51.
Changes: http://search.cpan.org/dist/XML-Feed/Changes
(does not seem to be updated for this release, though).
Diffstat (limited to 'textproc/p5-XML-Feed/Makefile')
-rw-r--r-- | textproc/p5-XML-Feed/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/p5-XML-Feed/Makefile b/textproc/p5-XML-Feed/Makefile index 609af24a9809..8b8e9fc3540d 100644 --- a/textproc/p5-XML-Feed/Makefile +++ b/textproc/p5-XML-Feed/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-XML-Feed -# Date created: Jul 31 2004 -# Whom: Cheng-Lung Sung <clsung@dragon2.net> -# +# Created by: Cheng-Lung Sung <clsung@dragon2.net> # $FreeBSD$ -# PORTNAME= XML-Feed -PORTVERSION= 0.50 +PORTVERSION= 0.51 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- |