1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/devel/p5-File-PathConvert/Makefile
Anton Berezin dde3a89e47 Add p5-File-PathConvert, a perl module to perform various path
manipulations.  Although the author of the module has deprecated it and
asks to use File::Spec and Cwd instead, it apparently is still being
used (by freshports, for example).
2005-02-27 19:24:45 +00:00

23 lines
477 B
Makefile

# New ports collection makefile for: devel/p5-File-PathConvert
# Date created: 27 February 2005
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= File-PathConvert
PORTVERSION= 0.9
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= File
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= File::PathConvert - Various path conversion routines
PERL_CONFIGURE= yes
MAN3= File::PathConvert.3
.include <bsd.port.mk>