mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
add p5-POE-Component-RSS
A module for event based RSS parsing PR: 32776 Submitted by: Sergey Skvortsov <skv@protey.ru>
This commit is contained in:
parent
c3c9405423
commit
1018ce2b4c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51475
@ -396,6 +396,7 @@
|
||||
SUBDIR += p5-OLE-Storage_Lite
|
||||
SUBDIR += p5-ORBit
|
||||
SUBDIR += p5-POE
|
||||
SUBDIR += p5-POE-Component-RSS
|
||||
SUBDIR += p5-PV
|
||||
SUBDIR += p5-Params-Validate
|
||||
SUBDIR += p5-Parse-RecDescent
|
||||
|
26
devel/p5-POE-Component-RSS/Makefile
Normal file
26
devel/p5-POE-Component-RSS/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: POE-Component-RSS
|
||||
# Date created: 10 Dec 2001
|
||||
# Whom: Sergey Skvortsov <skv@protey.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= POE-Component-RSS
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= devel perl5 textproc
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= POE
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= skv@protey.ru
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= POE::Component::RSS.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-POE-Component-RSS/distinfo
Normal file
1
devel/p5-POE-Component-RSS/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (POE-Component-RSS-0.06.tar.gz) = e7d033733149102d2ae4f718c29449ce
|
1
devel/p5-POE-Component-RSS/pkg-comment
Normal file
1
devel/p5-POE-Component-RSS/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A module for event based RSS parsing
|
8
devel/p5-POE-Component-RSS/pkg-descr
Normal file
8
devel/p5-POE-Component-RSS/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
POE::Component::RSS is an event based RSS parsing module. It wraps
|
||||
XML::RSS and provides a POE based framework for accessing the information
|
||||
provided.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=POE-Component-RSS
|
||||
|
||||
-- Sergey Skvortsov
|
||||
skv@protey.ru
|
7
devel/p5-POE-Component-RSS/pkg-plist
Normal file
7
devel/p5-POE-Component-RSS/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/RSS/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/POE/Component/RSS.pm
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/RSS
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user