freebsd-ports/devel/p5-File-Path/Makefile
Chin-San Huang 3d89865a95 - Completely fix CVE-2005-0448
PR:		ports/129301
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru>
2009-01-03 12:06:45 +00:00

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>