blob: d5761eee18108b98f1dbd455c310a919060a90b2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: Encode::EUCJPMS
# Date created: 25 August 2006
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= Encode-EUCJPMS
PORTVERSION= 0.07
PORTREVISION= 1
CATEGORIES= japanese converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
MAINTAINER= knu@FreeBSD.org
COMMENT= A Perl5 module defining Microsoft compatible encodings for Japanese
PERL_CONFIGURE= yes
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|