diff options
Diffstat (limited to 'devel/p5-File-PathConvert/Makefile')
-rw-r--r-- | devel/p5-File-PathConvert/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/p5-File-PathConvert/Makefile b/devel/p5-File-PathConvert/Makefile new file mode 100644 index 00000000000..9633658135b --- /dev/null +++ b/devel/p5-File-PathConvert/Makefile @@ -0,0 +1,22 @@ +# 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> |