diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 06:03:56 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 06:03:56 +0000 |
commit | a36b68f645d35088308afc9f4524f42d809e6f05 (patch) | |
tree | 42da9790dad9f952223e84038458c1f2f84752a4 /textproc/p5-Unicode-Unihan | |
parent | 409b54964348c8f36b19c76a5ac34d8bb9f5a726 (diff) | |
download | ports-a36b68f645d35088308afc9f4524f42d809e6f05.tar.gz ports-a36b68f645d35088308afc9f4524f42d809e6f05.zip |
Notes
Diffstat (limited to 'textproc/p5-Unicode-Unihan')
-rw-r--r-- | textproc/p5-Unicode-Unihan/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-Unicode-Unihan/Makefile b/textproc/p5-Unicode-Unihan/Makefile index b812540f5b43..b151fa0a21a4 100644 --- a/textproc/p5-Unicode-Unihan/Makefile +++ b/textproc/p5-Unicode-Unihan/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Unicode-Unihan -# Date created: 15 November 2006 -# Whom: Yen-Ming Lee <leeym@FreeBSD.org> -# +# Created by: Yen-Ming Lee <leeym@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Unicode-Unihan DISTVERSION= 0.04 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= leeym@FreeBSD.org COMMENT= The Unihan Data Base 5.1.0 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Unicode::Unihan.3 |