blob: b10572e53cd1f05fc6ea55127e63faf550cca5b5 (
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
24
25
|
# New ports collection makefile for: p5-Unicode-Unihan
# Date created: 15 November 2006
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Unicode-Unihan
DISTVERSION= 0.03
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/D/DA/DANKOGAI
PKGNAMEPREFIX= p5-
MAINTAINER= leeym@FreeBSD.org
COMMENT= The Unihan Data Base 5.0.0
PERL_CONFIGURE= yes
MAN3= Unicode::Unihan.3
post-patch:
@${REINPLACE_CMD} -e '/use 5.008001;/d' ${WRKSRC}/Unihan.pm
.include <bsd.port.mk>
|