1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/textproc/p5-Unicode-Unihan/Makefile

23 lines
408 B
Makefile

# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD$
PORTNAME= Unicode-Unihan
DISTVERSION= 0.04
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= leeym@FreeBSD.org
COMMENT= The Unihan Data Base 5.1.0
USES= perl5
USE_PERL5= configure
MAN3= Unicode::Unihan.3
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e '/use 5.008001;/d' ${WRKSRC}/Unihan.pm
.include <bsd.port.mk>