summaryrefslogtreecommitdiff
path: root/devel/p5-File-PathConvert/Makefile
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>1999-09-03 17:15:27 +0000
committerkim <kim@pkgsrc.org>1999-09-03 17:15:27 +0000
commitdb17458695e0303ab519627003612a578891c357 (patch)
tree506bff7f863788dffa1135ed05881cc310b5c405 /devel/p5-File-PathConvert/Makefile
parent696ae8a32b93427268b926ac894cd12ee57406c4 (diff)
downloadpkgsrc-db17458695e0303ab519627003612a578891c357.tar.gz
Initial import of p5-File-PathConvert-0.85
This module provides multiplatform routines to convert paths and URLs from absolute to relative and vice versa and to split paths into volume, directory, and filename portions.
Diffstat (limited to 'devel/p5-File-PathConvert/Makefile')
-rw-r--r--devel/p5-File-PathConvert/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/p5-File-PathConvert/Makefile b/devel/p5-File-PathConvert/Makefile
new file mode 100644
index 00000000000..0007af45e21
--- /dev/null
+++ b/devel/p5-File-PathConvert/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/09/03 17:15:27 kim Exp $
+#
+
+DISTNAME= File-PathConvert-0.85
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/File-PathConvert/
+
+USE_PERL5= yes
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"