diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-09 15:01:27 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-09 15:01:27 +0000 |
commit | c409367697941af3e5cc2a49e90ebe17feaac0b4 (patch) | |
tree | 5f9cf6cf2607a2f0e47d05bae65b8bc969642111 /devel/p5-File-Path-Tiny | |
parent | 92c9d9af4c4589754a48287078df327c30e7e14c (diff) |
Notes
Diffstat (limited to 'devel/p5-File-Path-Tiny')
-rw-r--r-- | devel/p5-File-Path-Tiny/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-File-Path-Tiny/Makefile b/devel/p5-File-Path-Tiny/Makefile index c41ac549eac0..4c8bb03f34be 100644 --- a/devel/p5-File-Path-Tiny/Makefile +++ b/devel/p5-File-Path-Tiny/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-File-Path-Tiny -# Date created: 2010-10-20 -# Whom: ports@c0decafe.net <ports@c0decafe.net> -# +# Created by: ports@c0decafe.net <ports@c0decafe.net> # $FreeBSD$ -# PORTNAME= File-Path-Tiny PORTVERSION= 0.5 @@ -17,7 +13,8 @@ COMMENT= Lightweight File::Path alternative LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= File::Path::Tiny.3 |