aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Find-Lib/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2009-11-16 04:42:59 +0000
committerWen Heping <wen@FreeBSD.org>2009-11-16 04:42:59 +0000
commit1eec7b4bf52a32c42611c041049749a2821606bf (patch)
tree53831796aa69f5e4e76edd13fc896f1272f9f28b /devel/p5-Find-Lib/Makefile
parent169d3354ccc7a296778e9f86e9d732a3b200b50a (diff)
downloadports-1eec7b4bf52a32c42611c041049749a2821606bf.tar.gz
ports-1eec7b4bf52a32c42611c041049749a2821606bf.zip
Notes
Diffstat (limited to 'devel/p5-Find-Lib/Makefile')
-rw-r--r--devel/p5-Find-Lib/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/p5-Find-Lib/Makefile b/devel/p5-Find-Lib/Makefile
new file mode 100644
index 000000000000..612fd3c30713
--- /dev/null
+++ b/devel/p5-Find-Lib/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: devel/p5-Find-Lib
+# Date created: 16 Nov, 2009
+# Whom: Wen Heping <wen@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Find-Lib
+PORTVERSION= 1.01
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= wen@FreeBSD.org
+COMMENT= Helper to smartly find libs to use in the filesystem tree
+
+PERL_CONFIGURE= 5.8.0+
+
+MAN3= Find::Lib.3
+
+.include <bsd.port.mk>