diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-06-23 11:00:28 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-06-23 11:00:28 +0000 |
commit | 9b040e5e92cb90a8e99f038d5dec756bfe4f3863 (patch) | |
tree | 90a0c4c9422eddcf881d58d3d3a40df57dbecd2a /net/p5-Net-Delicious/Makefile | |
parent | d951ada284f878b80a890f60e9fd21227e5e650f (diff) | |
download | ports-9b040e5e92cb90a8e99f038d5dec756bfe4f3863.tar.gz ports-9b040e5e92cb90a8e99f038d5dec756bfe4f3863.zip |
Notes
Diffstat (limited to 'net/p5-Net-Delicious/Makefile')
-rw-r--r-- | net/p5-Net-Delicious/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/net/p5-Net-Delicious/Makefile b/net/p5-Net-Delicious/Makefile index 0e29a5abd6cb..4554213435c0 100644 --- a/net/p5-Net-Delicious/Makefile +++ b/net/p5-Net-Delicious/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-Delicious -PORTVERSION= 0.6 +PORTVERSION= 0.92 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -16,17 +16,22 @@ MAINTAINER= ascope@cpan.org COMMENT= OOP for managing posts on del.icio.us BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build \ ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \ ${SITE_PERL}/Log/Dispatch.pm:${PORTSDIR}/devel/p5-Log-Dispatch \ - ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple + ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ + ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ + ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ + ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= Net::Delicious.3 \ Net::Delicious::Constants.3 \ Net::Delicious::Constants::Api.3 \ + Net::Delicious::Constants::Pause.3 \ Net::Delicious::Constants::Response.3 \ Net::Delicious::Constants::Uri.3 \ Net::Delicious::Date.3 \ |