aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Proc-Reliable/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-23 12:44:07 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-23 12:44:07 +0000
commitab8f528661da5f6b0890f04a551add3703454558 (patch)
treefacc2a1f350db196a8c50b9cd7512c461231aa9a /devel/p5-Proc-Reliable/Makefile
parent679d45e9885a94232ba648264d95bf26b37be416 (diff)
downloadports-ab8f528661da5f6b0890f04a551add3703454558.tar.gz
ports-ab8f528661da5f6b0890f04a551add3703454558.zip
Notes
Diffstat (limited to 'devel/p5-Proc-Reliable/Makefile')
-rw-r--r--devel/p5-Proc-Reliable/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/p5-Proc-Reliable/Makefile b/devel/p5-Proc-Reliable/Makefile
new file mode 100644
index 000000000000..d7080a95de94
--- /dev/null
+++ b/devel/p5-Proc-Reliable/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: Proc::Reliable
+# Date created: 31 Dec 2001
+# Whom: Seamus Venasse <svenasse@polaris.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Proc-Reliable
+PORTVERSION= 1.10
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Proc
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= svenasse@polaris.ca
+
+PERL_CONFIGURE= yes
+
+MAN3= Proc::Reliable.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>