diff options
Diffstat (limited to 'devel/p5-File-Path/Makefile')
-rw-r--r-- | devel/p5-File-Path/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/p5-File-Path/Makefile b/devel/p5-File-Path/Makefile new file mode 100644 index 000000000000..af5313105367 --- /dev/null +++ b/devel/p5-File-Path/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-File-Path +# Date created: 2008/09/06 +# Whom: chinsan +# +# $FreeBSD$ +# + +PORTNAME= File-Path +PORTVERSION= 2.04 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= chinsan@FreeBSD.org +COMMENT= Create or remove directory trees + +PERL_CONFIGURE= yes + +MAN3= File::Path.3 + +.include <bsd.port.mk> |