freebsd-ports/www/p5-WWW-Mixi/Makefile
Andrej Zverev 383136b475 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-03 12:27:09 +00:00

26 lines
578 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}
USES= perl5
USE_PERL5= configure
MAN3= WWW::Mixi.3 WWW::Mixi::Cookbook.3 WWW::Mixi::Mixi.3
.include <bsd.port.mk>