4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
21 lines
432 B
Makefile
21 lines
432 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= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= File::PathConvert - Various path conversion routines
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= File::PathConvert.3
|
|
|
|
.include <bsd.port.mk>
|