diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-08-03 16:08:13 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-08-03 16:08:13 +0000 |
commit | f241dd63660bb560c23fafdf22545a9aa773055c (patch) | |
tree | 3275fc41d37ab61b0f2ab83095d0d643f1e1d6f0 /net/p5-Net-Delicious | |
parent | b855820eedc107f73a58190fcb34727390dbd4e6 (diff) | |
download | ports-f241dd63660bb560c23fafdf22545a9aa773055c.tar.gz ports-f241dd63660bb560c23fafdf22545a9aa773055c.zip |
Notes
Diffstat (limited to 'net/p5-Net-Delicious')
-rw-r--r-- | net/p5-Net-Delicious/Makefile | 39 | ||||
-rw-r--r-- | net/p5-Net-Delicious/distinfo | 2 | ||||
-rw-r--r-- | net/p5-Net-Delicious/pkg-descr | 4 | ||||
-rw-r--r-- | net/p5-Net-Delicious/pkg-plist | 17 |
4 files changed, 62 insertions, 0 deletions
diff --git a/net/p5-Net-Delicious/Makefile b/net/p5-Net-Delicious/Makefile new file mode 100644 index 000000000000..0e29a5abd6cb --- /dev/null +++ b/net/p5-Net-Delicious/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: p5-Net-Delicious +# Date created: August 03, 2004 +# Whom: Aaron Straup Cope <ascope@cpan.org> +# +# $FreeBSD$ +# + +PORTNAME= Net-Delicious +PORTVERSION= 0.6 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net +PKGNAMEPREFIX= p5- + +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}/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 +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Net::Delicious.3 \ + Net::Delicious::Constants.3 \ + Net::Delicious::Constants::Api.3 \ + Net::Delicious::Constants::Response.3 \ + Net::Delicious::Constants::Uri.3 \ + Net::Delicious::Date.3 \ + Net::Delicious::Iterator.3 \ + Net::Delicious::Post.3 \ + Net::Delicious::Subscription.3 \ + Net::Delicious::Tag.3 \ + Net::Delicious::User.3 + +.include <bsd.port.mk> diff --git a/net/p5-Net-Delicious/distinfo b/net/p5-Net-Delicious/distinfo new file mode 100644 index 000000000000..d9b17142937f --- /dev/null +++ b/net/p5-Net-Delicious/distinfo @@ -0,0 +1,2 @@ +MD5 (Net-Delicious-0.6.tar.gz) = 547f17d0c39f3abea9fc6db0c8e15833 +SIZE (Net-Delicious-0.6.tar.gz) = 7262 diff --git a/net/p5-Net-Delicious/pkg-descr b/net/p5-Net-Delicious/pkg-descr new file mode 100644 index 000000000000..50062ee5fdfd --- /dev/null +++ b/net/p5-Net-Delicious/pkg-descr @@ -0,0 +1,4 @@ +Net::Delicious provides an object oriented interface for +managing your posts on http://del.icio.us. + +WWW: http://search.cpan.org/dist/Net-Delicious/ diff --git a/net/p5-Net-Delicious/pkg-plist b/net/p5-Net-Delicious/pkg-plist new file mode 100644 index 000000000000..abd9ec548274 --- /dev/null +++ b/net/p5-Net-Delicious/pkg-plist @@ -0,0 +1,17 @@ +%%SITE_PERL%%/Net/Delicious.pm +%%SITE_PERL%%/Net/Delicious/Constants.pm +%%SITE_PERL%%/Net/Delicious/Constants/Api.pm +%%SITE_PERL%%/Net/Delicious/Constants/Response.pm +%%SITE_PERL%%/Net/Delicious/Constants/Uri.pm +%%SITE_PERL%%/Net/Delicious/Date.pm +%%SITE_PERL%%/Net/Delicious/Iterator.pm +%%SITE_PERL%%/Net/Delicious/Post.pm +%%SITE_PERL%%/Net/Delicious/Subscription.pm +%%SITE_PERL%%/Net/Delicious/Tag.pm +%%SITE_PERL%%/Net/Delicious/User.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Delicious/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Delicious +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true +@dirrm %%SITE_PERL%%/Net/Delicious/Constants +@dirrm %%SITE_PERL%%/Net/Delicious +@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true |