mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
21 lines
447 B
Makefile
21 lines
447 B
Makefile
# Created by: Shinsuke Matsui <smatsui@karashi.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= HTML-Entities-ImodePictogram
|
|
PORTVERSION= 0.06
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= smatsui@karashi.org
|
|
COMMENT= HTML::Entities::ImodePictogram - encode / decode i-mode pictogram
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= HTML::Entities::ImodePictogram.3 \
|
|
HTML::Entities::ImodePictogram.ja.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|