aboutsummaryrefslogtreecommitdiff
path: root/chinese/p5-Encode-HanExtra/Makefile
blob: 24230f0270f93fae2250bf64bc5d370a5f5802dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Yen-Ming Lee <leeym@FreeBSD.org>

PORTNAME=	Encode-HanExtra
PORTVERSION=	0.23
PORTREVISION=	2
CATEGORIES=	chinese perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Extra sets of Chinese encodings

LICENSE=	MIT

USES=		perl5
USE_PERL5=	configure

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Encode/HanExtra/HanExtra.so

.include <bsd.port.mk>