diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-02 21:38:09 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-02 21:38:09 +0000 |
commit | 4063eccdf2bd0d3ca469e5e96332e58fe5ad72dd (patch) | |
tree | 6a21c7eedce3ab02121c1a526e479099181228ef /textproc/p5-Text-Decorator/Makefile | |
parent | 4819ca343bfee8a3b54e7ff3ac26d280d1c1696f (diff) | |
download | ports-4063eccdf2bd0d3ca469e5e96332e58fe5ad72dd.tar.gz ports-4063eccdf2bd0d3ca469e5e96332e58fe5ad72dd.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-Decorator/Makefile')
-rw-r--r-- | textproc/p5-Text-Decorator/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-Text-Decorator/Makefile b/textproc/p5-Text-Decorator/Makefile index 64236af49860..869829677f62 100644 --- a/textproc/p5-Text-Decorator/Makefile +++ b/textproc/p5-Text-Decorator/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Text-Decorator -# Date created: 05 Jun 06 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Text-Decorator PORTVERSION= 1.65 @@ -28,6 +24,7 @@ MAN3= Text::Decorator.3 \ Text::Decorator::Group.3 \ Text::Decorator::Node.3 -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild .include <bsd.port.mk> |