3d89865a95
PR: ports/129301 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
22 lines
374 B
Makefile
22 lines
374 B
Makefile
# New ports collection makefile for: p5-File-Path
|
|
# Date created: 2008/09/06
|
|
# Whom: chinsan
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= File-Path
|
|
PORTVERSION= 2.07
|
|
PORTREVISION= 1
|
|
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>
|