26f58ed1c0
and in fact now leads to incorrect permissions. Remove all instances of it from perl@ ports.
24 lines
488 B
Makefile
24 lines
488 B
Makefile
# Created by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Encode-HanConvert
|
|
PORTVERSION= 0.35
|
|
PORTREVISION= 2
|
|
CATEGORIES= chinese perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Traditional and Simplified Chinese mappings
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Encode/HanConvert/HanConvert.so
|
|
|
|
.include <bsd.port.mk>
|