1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/devel/p5-Text-Outdent/Makefile
Andrej Zverev 5a86e09145 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-07 09:28:30 +00:00

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>