diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2009-12-17 17:32:38 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2009-12-17 17:32:38 +0800 |
commit | fe208d3f4a46815661d2a9804701364f43b40d45 (patch) | |
tree | 6a37be7c20f18d3d218e8b4d756afa197ad78688 /textproc | |
parent | 232295e47084c3d7ce1ed31484711b130b5211f9 (diff) | |
download | freebsd-ports-gnome-fe208d3f4a46815661d2a9804701364f43b40d45.tar.gz freebsd-ports-gnome-fe208d3f4a46815661d2a9804701364f43b40d45.tar.zst freebsd-ports-gnome-fe208d3f4a46815661d2a9804701364f43b40d45.zip |
- Remove already-included-in-perl-core module dependencies.
- Replace spaces with tab as expected.
Approved by: clsung
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Atom/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-Atom/Makefile b/textproc/p5-XML-Atom/Makefile index 427d9ee08639..bb7c33319e8b 100644 --- a/textproc/p5-XML-Atom/Makefile +++ b/textproc/p5-XML-Atom/Makefile @@ -7,6 +7,7 @@ PORTNAME= XML-Atom PORTVERSION= 0.35 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,8 +18,7 @@ COMMENT= Perl5 modules for Atom feed and API implementation RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ - ${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ + ${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/LWP/Authen/Wsse.pm:${PORTSDIR}/www/p5-LWP-Authen-Wsse \ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ |