diff options
Diffstat (limited to 'www/p5-WWW-Myspace/Makefile')
-rw-r--r-- | www/p5-WWW-Myspace/Makefile | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/www/p5-WWW-Myspace/Makefile b/www/p5-WWW-Myspace/Makefile index 97c78ad804d1..dbed37b41fe1 100644 --- a/www/p5-WWW-Myspace/Makefile +++ b/www/p5-WWW-Myspace/Makefile @@ -6,7 +6,7 @@ # PORTNAME= WWW-Myspace -PORTVERSION= 0.87 +PORTVERSION= 0.88 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,19 +14,17 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Access MySpace.com profile information from Perl -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ - ${SITE_PERL}/Config/General.pm:${PORTSDIR}/devel/p5-Config-General \ - ${SITE_PERL}/Contextual/Return.pm:${PORTSDIR}/devel/p5-Contextual-Return \ - ${SITE_PERL}/Locale/SubCountry.pm:${PORTSDIR}/misc/p5-Locale-SubCountry \ - ${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules \ - ${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \ - p5-Crypt-SSLeay>=0.53:${PORTSDIR}/security/p5-Crypt-SSLeay \ +RUN_DEPENDS= p5-Config-General>=0:${PORTSDIR}/devel/p5-Config-General \ + p5-Contextual-Return>=0:${PORTSDIR}/devel/p5-Contextual-Return \ + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ p5-Spiffy>=0.24:${PORTSDIR}/devel/p5-Spiffy \ - p5-YAML>=0.39:${PORTSDIR}/textproc/p5-YAML -BUILD_DEPENDS= ${RUN_DEPENDS} + p5-Time-modules>=100.010301:${PORTSDIR}/devel/p5-Time-modules \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-WWW-Mechanize>=1.2:${PORTSDIR}/www/p5-WWW-Mechanize \ + p5-YAML>=0.39:${PORTSDIR}/textproc/p5-YAML \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww -# inherited from p5-Locale-SubCountry -PERL_CONFIGURE= 5.8.4+ +PERL_CONFIGURE= yes MAN1= approve_friends.1 comment_myspace.1 \ message_group.1 |