2008-09-07 04:03:26 +02:00
|
|
|
# New ports collection makefile for: p5-File-Path
|
|
|
|
# Date created: 2008/09/06
|
|
|
|
# Whom: chinsan
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= File-Path
|
2009-10-04 18:16:45 +02:00
|
|
|
PORTVERSION= 2.08
|
2008-09-07 04:03:26 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-28 19:37:26 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2008-09-07 04:03:26 +02:00
|
|
|
COMMENT= Create or remove directory trees
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= File::Path.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|