mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
a9a119fed5
WWW: http://http://search.cpan.org/dist/HTML-MobileJp/ PR: ports/133857 Submitted by: Masahiro Teramoto <markun at onohara.to>
29 lines
670 B
Makefile
29 lines
670 B
Makefile
# New ports collection makefile for: p5-HTML-MobileJp
|
|
# Date created: 2009-04-19
|
|
# Whom: Masahiro Teramoto <markun@onohara.to>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= HTML-MobileJp
|
|
PORTVERSION= 0.05
|
|
CATEGORIES= japanese www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= markun@onohara.to
|
|
COMMENT= Generate mobile-jp html tags
|
|
|
|
BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
|
|
p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
|
|
p5-URI>=0:${PORTSDIR}/net/p5-URI
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= HTML::MobileJp.3 \
|
|
HTML::MobileJp::Plugin::GPS.3 \
|
|
HTML::MobileJp::Plugin::EZweb::Object.3
|
|
|
|
.include <bsd.port.mk>
|