diff options
author | skreuzer <skreuzer@FreeBSD.org> | 2010-01-22 07:00:28 +0800 |
---|---|---|
committer | skreuzer <skreuzer@FreeBSD.org> | 2010-01-22 07:00:28 +0800 |
commit | ab64b75ff32fdc706efd4a7028bc6aa7cafb0750 (patch) | |
tree | 49a833b2813025b82886549706b20b48e0dd33f1 /www/p5-Net-YAP | |
parent | c2aa58329785b21755750da958b794c84886784f (diff) | |
download | freebsd-ports-gnome-ab64b75ff32fdc706efd4a7028bc6aa7cafb0750.tar.gz freebsd-ports-gnome-ab64b75ff32fdc706efd4a7028bc6aa7cafb0750.tar.zst freebsd-ports-gnome-ab64b75ff32fdc706efd4a7028bc6aa7cafb0750.zip |
Perl module used as a conduit to communicate with the Yahoo! Application
Platform
Diffstat (limited to 'www/p5-Net-YAP')
-rw-r--r-- | www/p5-Net-YAP/Makefile | 24 | ||||
-rw-r--r-- | www/p5-Net-YAP/distinfo | 3 | ||||
-rw-r--r-- | www/p5-Net-YAP/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-Net-YAP/pkg-plist | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/www/p5-Net-YAP/Makefile b/www/p5-Net-YAP/Makefile new file mode 100644 index 000000000000..8b8ec85dd1e5 --- /dev/null +++ b/www/p5-Net-YAP/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-Net-YAP +# Date created: 2010-01-21 +# Whom: Steven Kreuzer <skreuzer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Net-YAP +PORTVERSION= 0.5 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= skreuzer@FreeBSD.org +COMMENT= Conduit to communicate with the Yahoo! Application Platform + +BUILD_DEPENDS= p5-Net-OAuth-Simple>=1.0:${PORTSDIR}/net/p5-Net-OAuth-Simple +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Net::YAP.3 + +.include <bsd.port.mk> diff --git a/www/p5-Net-YAP/distinfo b/www/p5-Net-YAP/distinfo new file mode 100644 index 000000000000..b56fae46cd23 --- /dev/null +++ b/www/p5-Net-YAP/distinfo @@ -0,0 +1,3 @@ +MD5 (Net-YAP-0.5.tar.gz) = 06f3d53fd067044af37c231ecc259831 +SHA256 (Net-YAP-0.5.tar.gz) = dd6becc2dfc1d1416d950670cbb7ef92abb6c297f607775732f26f13d7ee1ec1 +SIZE (Net-YAP-0.5.tar.gz) = 1953 diff --git a/www/p5-Net-YAP/pkg-descr b/www/p5-Net-YAP/pkg-descr new file mode 100644 index 000000000000..6ecec37c99cd --- /dev/null +++ b/www/p5-Net-YAP/pkg-descr @@ -0,0 +1,4 @@ +Perl module to be used as a conduit to communicate with the +Yahoo! Application Platform + +WWW: http://search.cpan.org/~friffin/Net-YAP/ diff --git a/www/p5-Net-YAP/pkg-plist b/www/p5-Net-YAP/pkg-plist new file mode 100644 index 000000000000..d8d50f9a95d8 --- /dev/null +++ b/www/p5-Net-YAP/pkg-plist @@ -0,0 +1,5 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/Net/YAP.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/YAP/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/YAP +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net |