aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Greeking/Makefile
blob: b38876f8c356c3de3e54b60218ce669ff3b5bf94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: ijliao
# $FreeBSD$

PORTNAME=	Text-Greeking
PORTVERSION=	0.14
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Generate meaningless text that creates the illusion of the document

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>