mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
16 lines
337 B
Makefile
16 lines
337 B
Makefile
PORTNAME= Text-Outdent
|
|
PORTVERSION= 0.01
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:LODIN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Strip leading whitespace from here-docs
|
|
WWW= https://metacpan.org/release/Text-Outdent
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|