aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-HTTP-MobileAgent-Plugin-Charset/Makefile
blob: e42ca826fce3c93c54e2e717d57f7daade6ad8b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=   HTTP-MobileAgent-Plugin-Charset
PORTVERSION=    0.04
PORTREVISION=   1
CATEGORIES= www perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= kuriyama@FreeBSD.org
COMMENT=    Perl extension to plugin Encode::JP::Mobile for HTTP::MobileAgent

RUN_DEPENDS=    \
    p5-HTTP-MobileAgent>=0.26:www/p5-HTTP-MobileAgent
BUILD_DEPENDS:= ${RUN_DEPENDS}

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>