blob: 7fed5f599a3f1670f03570a7ab5a13a9cfb2e069 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= WWW-Mixi
PORTVERSION= 0.50
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module of Automated interface to the Mixi
WWW= http://digit.que.ne.jp/work/?WWW%3a%3aMixi
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \
ja-p5-Jcode>=0:japanese/p5-Jcode
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|