aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Greeking/Makefile
blob: 5e346193538cccb5d083a38ee5f18db78da6d759 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# ex:ts=8
# Ports collection makefile for:	Text::Greeking
# 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

MAN3=	Text::Greeking.3

.include <bsd.port.mk>