- Add LICENSE - Add NO_ARCH Changes: https://metacpan.org/changes/distribution/Text-Greeking
21 lines
357 B
Makefile
21 lines
357 B
Makefile
# Created by: ijliao
|
|
|
|
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
|
|
|
|
LICENSE= ART10
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|