diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-08-07 11:21:09 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-08-07 11:21:09 +0000 |
commit | 953c94bbc6b718e850dae3077a985952bdc7a198 (patch) | |
tree | 1927c1a37adf45409701f30ddcb06e1ba5b282f1 /chinese/p5-Encode-HanConvert/Makefile | |
parent | c391ba3abb12565983a6970cc28c08d98e57266d (diff) | |
download | ports-953c94bbc6b718e850dae3077a985952bdc7a198.tar.gz ports-953c94bbc6b718e850dae3077a985952bdc7a198.zip |
- Update to 0.28
- add perl5 to categories
- add WWW
PR: 55312
Submitted by: Mathieu Arnold <m@absolight.net>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=86493
Diffstat (limited to 'chinese/p5-Encode-HanConvert/Makefile')
-rw-r--r-- | chinese/p5-Encode-HanConvert/Makefile | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/chinese/p5-Encode-HanConvert/Makefile b/chinese/p5-Encode-HanConvert/Makefile index 5f6fc0f7a605..991a0190a295 100644 --- a/chinese/p5-Encode-HanConvert/Makefile +++ b/chinese/p5-Encode-HanConvert/Makefile @@ -6,10 +6,10 @@ # PORTNAME= Encode-HanConvert -PORTVERSION= 0.26 -CATEGORIES= chinese +PORTVERSION= 0.28 +CATEGORIES= chinese perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= LWP/AUTRIJUS +MASTER_SITE_SUBDIR= Encode PKGNAMEPREFIX= p5- MAINTAINER= statue@freebsd.sinica.edu.tw @@ -17,8 +17,16 @@ COMMENT= Traditional and Simplified Chinese mappings PERL_CONFIGURE= yes -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN1= b2g.pl.1 g2b.pl.1 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 MAN3= Encode::HanConvert.3 Encode::HanConvert::Perl.3 +PLIST_SUB+= OLD="" NEW="@comment " +.else +PLIST_SUB+= NEW="" OLD="@comment " +.endif + -.include <bsd.port.mk> +.include <bsd.port.post.mk> |