diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-10-31 00:59:23 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-10-31 00:59:23 +0000 |
commit | 276fb4366d107094a7a73150d87c4cd92cf36d9f (patch) | |
tree | c9056f6a58354b5a00468ed5e764b1225e3fee18 /net/p5-Net-Delicious | |
parent | 3139127117887932af59bb4bf9eacdac5231e7a1 (diff) | |
download | ports-276fb4366d107094a7a73150d87c4cd92cf36d9f.tar.gz ports-276fb4366d107094a7a73150d87c4cd92cf36d9f.zip |
Notes
Diffstat (limited to 'net/p5-Net-Delicious')
-rw-r--r-- | net/p5-Net-Delicious/Makefile | 28 | ||||
-rw-r--r-- | net/p5-Net-Delicious/distinfo | 6 |
2 files changed, 16 insertions, 18 deletions
diff --git a/net/p5-Net-Delicious/Makefile b/net/p5-Net-Delicious/Makefile index 26b32884ffe6..6678c0bc7e7d 100644 --- a/net/p5-Net-Delicious/Makefile +++ b/net/p5-Net-Delicious/Makefile @@ -6,27 +6,25 @@ # PORTNAME= Net-Delicious -PORTVERSION= 1.01 +PORTVERSION= 1.1 CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Net +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= OOP for managing posts on del.icio.us -BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \ - ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/Log/Dispatch.pm:${PORTSDIR}/devel/p5-Log-Dispatch \ - ${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}/IO/AtomicFile.pm:${PORTSDIR}/devel/p5-IO-stringy \ - ${SITE_PERL}/Config/Simple.pm:${PORTSDIR}/devel/p5-Config-Simple \ - ${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \ - ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate +BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-YAML>=0.35:${PORTSDIR}/textproc/p5-YAML \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-Log-Dispatch>=2:${PORTSDIR}/devel/p5-Log-Dispatch \ + p5-XML-Simple>=2:${PORTSDIR}/textproc/p5-XML-Simple \ + p5-Time-HiRes>=1.65:${PORTSDIR}/devel/p5-Time-HiRes \ + p5-IO-stringy>=2.1:${PORTSDIR}/devel/p5-IO-stringy \ + p5-PathTools>=0.8:${PORTSDIR}/devel/p5-PathTools \ + p5-TimeDate>=2.27:${PORTSDIR}/devel/p5-TimeDate \ + p5-Config-Simple>=2:${PORTSDIR}/devel/p5-Config-Simple \ + p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay RUN_DEPENDS= ${BUILD_DEPENDS} PERL_MODBUILD= yes diff --git a/net/p5-Net-Delicious/distinfo b/net/p5-Net-Delicious/distinfo index 1c0bf92a8df2..14fe1e33faf5 100644 --- a/net/p5-Net-Delicious/distinfo +++ b/net/p5-Net-Delicious/distinfo @@ -1,3 +1,3 @@ -MD5 (Net-Delicious-1.01.tar.gz) = b17e70e0d96ef99e7df39289e74d9ecf -SHA256 (Net-Delicious-1.01.tar.gz) = 6c252a6fe74d207c73c1a7f5fc7daa573589fa1368570abfe5552de406761070 -SIZE (Net-Delicious-1.01.tar.gz) = 18555 +MD5 (Net-Delicious-1.1.tar.gz) = ed4e8386a24ff5310acc4ebaf20e43bb +SHA256 (Net-Delicious-1.1.tar.gz) = f64f3df4a36bd5070c2d8b16318c32e16614b41d0ea03fd757af1cd0623e2fca +SIZE (Net-Delicious-1.1.tar.gz) = 18592 |