Provides access to the XML API for WhitePages.com
WWW: http://search.cpan.org/dist/Net-WhitePages/ PR: ports/151494 Submitted by: Zane C. Bowers <vvelox at vvelox.net> Approved by: pgollucci (mentor)
This commit is contained in:
parent
6aa33c799d
commit
d9d54d041e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264478
5 changed files with 36 additions and 0 deletions
|
@ -656,6 +656,7 @@
|
||||||
SUBDIR += p5-Net-Twitter-Lite
|
SUBDIR += p5-Net-Twitter-Lite
|
||||||
SUBDIR += p5-Net-VNC
|
SUBDIR += p5-Net-VNC
|
||||||
SUBDIR += p5-Net-Wake
|
SUBDIR += p5-Net-Wake
|
||||||
|
SUBDIR += p5-Net-WhitePages
|
||||||
SUBDIR += p5-Net-Whois
|
SUBDIR += p5-Net-Whois
|
||||||
SUBDIR += p5-Net-Whois-ARIN
|
SUBDIR += p5-Net-Whois-ARIN
|
||||||
SUBDIR += p5-Net-Whois-IP
|
SUBDIR += p5-Net-Whois-IP
|
||||||
|
|
24
net/p5-Net-WhitePages/Makefile
Normal file
24
net/p5-Net-WhitePages/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# New ports collection makefile for: p5-Net-WhitePages
|
||||||
|
# Date created: 16 Oct 2010
|
||||||
|
# Whom: Zane C. Bowers <vvelox@vvelox.net>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= Net-WhitePages
|
||||||
|
PORTVERSION= 1.04
|
||||||
|
CATEGORIES= net perl5
|
||||||
|
MASTER_SITES= CPAN
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= vvelox@vvelox.net
|
||||||
|
COMMENT= Provides access to the XML API for WhitePages.com
|
||||||
|
|
||||||
|
RUN_DEPENDS= ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
|
||||||
|
${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
|
||||||
|
|
||||||
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
MAN3= Net::WhitePages.3
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
net/p5-Net-WhitePages/distinfo
Normal file
2
net/p5-Net-WhitePages/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (Net-WhitePages-1.04.tar.gz) = 1da3fb9e1d0d45dcf86760519372ced6d54d0042d0fb396f9f3cfeae55eb27f3
|
||||||
|
SIZE (Net-WhitePages-1.04.tar.gz) = 3591
|
3
net/p5-Net-WhitePages/pkg-descr
Normal file
3
net/p5-Net-WhitePages/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Provides access to the XML API for WhitePages.com.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/Net-WhitePages/
|
6
net/p5-Net-WhitePages/pkg-plist
Normal file
6
net/p5-Net-WhitePages/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
bin/wpfind
|
||||||
|
%%SITE_PERL%%/Net/WhitePages.pm
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/WhitePages/.packlist
|
||||||
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/WhitePages
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||||
|
@dirrmtry %%SITE_PERL%%/Net
|
Loading…
Reference in a new issue