mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
5a86e09145
Approved by: portmgr (blanket infrastructure)
18 lines
334 B
Makefile
18 lines
334 B
Makefile
# Created by: Kurt Lidl <kurt.lidl@cello.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Text-Outdent
|
|
PORTVERSION= 0.01
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:LODIN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kurt.lidl@cello.com
|
|
COMMENT= Strip leading whitespace from here-docs
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|