freebsd-ports/www/p5-WWW-Mixi/Makefile
Andrej Zverev 2b04614849 - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 17:24:32 +00:00

25 lines
564 B
Makefile

# 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.50
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kaoru@kaisei.org
COMMENT= Perl module of Automated interface to the Mixi
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
ja-p5-Jcode>=0:${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.mk>