aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Greeking/Makefile
blob: 53285fd2251dc9a5077e77297fb04bb82450034f (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.12
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>