mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Perl module used as a conduit to communicate with the Yahoo! Application
Platform
This commit is contained in:
parent
b630208126
commit
c038cb1edc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248324
@ -1043,6 +1043,7 @@
|
||||
SUBDIR += p5-Net-FreshBooks-API
|
||||
SUBDIR += p5-Net-GeoPlanet
|
||||
SUBDIR += p5-Net-Trac
|
||||
SUBDIR += p5-Net-YAP
|
||||
SUBDIR += p5-Net-eBay
|
||||
SUBDIR += p5-Newsletter
|
||||
SUBDIR += p5-PHP-Session
|
||||
|
24
www/p5-Net-YAP/Makefile
Normal file
24
www/p5-Net-YAP/Makefile
Normal file
@ -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>
|
3
www/p5-Net-YAP/distinfo
Normal file
3
www/p5-Net-YAP/distinfo
Normal file
@ -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
|
4
www/p5-Net-YAP/pkg-descr
Normal file
4
www/p5-Net-YAP/pkg-descr
Normal file
@ -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/
|
5
www/p5-Net-YAP/pkg-plist
Normal file
5
www/p5-Net-YAP/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user