blob: a0573ffe30bbc5696b4e1f5de94b87ca5dea8d55 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: p5-Text-Lorem
# Date created: 2012-02-23
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Text-Lorem
PORTVERSION= 0.3
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Generate random Latin looking text
PERL_CONFIGURE= yes
MAN1= lorem.1
MAN3= Text::Lorem.3
.include <bsd.port.mk>
|