1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add p5-WWW-Mixi 0.33, perl module of Automated interface to the Mixi.

Mixi is most famous as SNS of Japan.

PR:		ports/84617
Submitted by:	TAKAHASHI Kaoru <kaoru@kaisei.org>
This commit is contained in:
Erwin Lansing 2005-10-11 17:47:04 +00:00
parent d3fd46f535
commit a6565bb87e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144968
5 changed files with 48 additions and 0 deletions

View File

@ -637,6 +637,7 @@
SUBDIR += p5-WWW-Mechanize
SUBDIR += p5-WWW-Mechanize-FormFiller
SUBDIR += p5-WWW-Mechanize-Shell
SUBDIR += p5-WWW-Mixi
SUBDIR += p5-WWW-Robot
SUBDIR += p5-WWW-Search
SUBDIR += p5-WWW-Search-AltaVista

32
www/p5-WWW-Mixi/Makefile Normal file
View File

@ -0,0 +1,32 @@
# New ports collection makefile for: p5-WWW-Mixi
# Date created: 2005-08-06
# Whom: TAKAHASHI Kaoru <kaoru@kaisei.org>
#
# $FreeBSD$
#
PORTNAME= WWW-Mixi
PORTVERSION= 0.33
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= WWW
PKGNAMEPREFIX= p5-
MAINTAINER= kaoru@kaisei.org
COMMENT= Perl module of Automated interface to the Mixi
BUILD_DEPENDS= ${SITE_PERL}/LWP/RobotUA.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/${PERL_ARCH}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= WWW::Mixi.3 WWW::Mixi::Cookbook.3 WWW::Mixi::Mixi.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>

2
www/p5-WWW-Mixi/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (WWW-Mixi-0.33.tar.gz) = 08fb215ff78759f77ffcb2db840db636
SIZE (WWW-Mixi-0.33.tar.gz) = 36409

View File

@ -0,0 +1,4 @@
WWW::Mixi provides an automated interface to the Mixi <http://mixi.jp/>.
Mixi is most famous as SNS of Japan.
WWW: http://digit.que.ne.jp/work/?WWW%3a%3aMixi

View File

@ -0,0 +1,9 @@
@comment $FreeBSD$
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Mixi/.packlist
%%SITE_PERL%%/WWW/Mixi.pm
%%SITE_PERL%%/WWW/Mixi/Cookbook.pod
%%SITE_PERL%%/WWW/Mixi/Mixi.pod
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Mixi
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW 2>/dev/null || true
@dirrm %%SITE_PERL%%/WWW/Mixi
@unexec rmdir %D/%%SITE_PERL%%/WWW 2>/dev/null || true