summaryrefslogtreecommitdiff
path: root/sysutils/p5-File-Which/Makefile
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2002-12-28 12:02:06 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2002-12-28 12:02:06 +0000
commit09f7781b29470dfe7f9b717dbc65abfc09c6c221 (patch)
tree5ab65613aeded3eab8d3e48e3e6c2162b50f357b /sysutils/p5-File-Which/Makefile
parentsweep an empty directry on deinstall (diff)
New port: p5-File-Which. Implements `which' functionality as perl module.
Notes
Notes: svn path=/head/; revision=71958
Diffstat (limited to 'sysutils/p5-File-Which/Makefile')
-rw-r--r--sysutils/p5-File-Which/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/p5-File-Which/Makefile b/sysutils/p5-File-Which/Makefile
new file mode 100644
index 000000000000..96cf13a67048
--- /dev/null
+++ b/sysutils/p5-File-Which/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: p5-File-Which
+# Date created: 28 December 2002
+# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= File-Which
+PORTVERSION= 0.05
+CATEGORIES= sysutils perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= File
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= demon@FreeBSD.org
+
+PERL_CONFIGURE= yes
+
+MAN1= pwhich.1
+MAN3= File::Which.3
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>