blob: 80a2d4da5b2f339de1c27659a004b3e1c63522e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: ijliao
# $FreeBSD$
PORTNAME= Text-Greeking-zh_TW
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= chinese textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Generate meaningless Chinese text that creates the illusion of the document
RUN_DEPENDS= p5-common-sense>=2.02:devel/p5-common-sense
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|