diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2003-05-21 11:08:29 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2003-05-21 11:08:29 +0000 |
commit | 3a4b630ebf56ca039616ba8658e15ae039741592 (patch) | |
tree | 50df5f12f12924db736e47928eac5cf233e43c19 /devel/p5-POE-Component-RSS/Makefile | |
parent | 9a93c919829da0a8c08d4a6caa72fa738aab0f5f (diff) |
Notes
Diffstat (limited to 'devel/p5-POE-Component-RSS/Makefile')
-rw-r--r-- | devel/p5-POE-Component-RSS/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/p5-POE-Component-RSS/Makefile b/devel/p5-POE-Component-RSS/Makefile index 069addf6037c..ec3e98fc9773 100644 --- a/devel/p5-POE-Component-RSS/Makefile +++ b/devel/p5-POE-Component-RSS/Makefile @@ -6,22 +6,21 @@ # PORTNAME= POE-Component-RSS -PORTVERSION= 0.06 +PORTVERSION= 0.07 CATEGORIES= devel perl5 textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE PKGNAMEPREFIX= p5- -MAINTAINER= skv@protey.ru +MAINTAINER= skv@FreeBSD.org COMMENT= A module for event based RSS parsing -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 +BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ + ${SITE_PERL}/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> |