1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/chinese/p5-Lingua-ZH-Wrap/Makefile
Adam Weinberger 4647d094ca Reassign chinese/ perl modules to perl@.
Also:
- sort plists
- p5-Lingua-ZH-Keywords fails 'make test' but did so before
- p5-Lingua-ZH-Summarize hangs during t/1-basic.t
2015-05-08 18:20:30 +00:00

18 lines
295 B
Makefile

# Created by: clsung@dragon2.net
# $FreeBSD$
PORTNAME= Lingua-ZH-Wrap
PORTVERSION= 0.03
PORTREVISION= 1
CATEGORIES= chinese perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple Chinese text Wrapper
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>