aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Greeking/Makefile
blob: 64cbbb6a1f2ba98c04abf726c305011e4a6dbe1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	Text-Greeking
PORTVERSION=	0.15
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Generate meaningless text that creates the illusion of the document
WWW=		https://metacpan.org/release/Text-Greeking

LICENSE=	ART10
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>