mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
27 lines
528 B
Makefile
27 lines
528 B
Makefile
# 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= 2
|
|
CATEGORIES= japanese converters perl5
|
|
MASTER_SITES= CPAN
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
COMMENT= A Perl5 module defining Microsoft compatible encodings for Japanese
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
|
|
|
|
.include <bsd.port.post.mk>
|