22 lines
396 B
Makefile
22 lines
396 B
Makefile
# 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>
|