1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/devel/p5-File-Path-Tiny/Makefile
Wen Heping 610fcf35e9 Provides recursive versions of mkdir() and rmdir()
with as little code and overhead as possible.

WWW:    http://search.cpan.org/dist/File-Path-Tiny/

PR:		ports/151588
Submitted by:	"ports@c0decafe.net" <ports@c0decafe.net>
2010-10-20 08:17:42 +00:00

22 lines
401 B
Makefile

# New ports collection makefile for: p5-File-Path-Tiny
# Date created: 2010-10-20
# Whom: ports@c0decafe.net <ports@c0decafe.net>
#
# $FreeBSD$
#
PORTNAME= File-Path-Tiny
PORTVERSION= 0.1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@c0decafe.net
COMMENT= Lightweight File::Path alternative
PERL_CONFIGURE= yes
MAN3= File::Path::Tiny.3
.include <bsd.port.mk>