aboutsummaryrefslogtreecommitdiff
path: root/sysutils/p5-Tie-Syslog/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-26 04:31:55 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-26 04:31:55 +0000
commita995e8c6d74ea5ee441295f9edb7814602b075dd (patch)
tree80083eafeb39a527200b6b3a627a8e82c05e1e4f /sysutils/p5-Tie-Syslog/Makefile
parentc171ec482c1c8e89b98e0dbef206ad533054b286 (diff)
downloadports-a995e8c6d74ea5ee441295f9edb7814602b075dd.tar.gz
ports-a995e8c6d74ea5ee441295f9edb7814602b075dd.zip
Notes
Diffstat (limited to 'sysutils/p5-Tie-Syslog/Makefile')
-rw-r--r--sysutils/p5-Tie-Syslog/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/p5-Tie-Syslog/Makefile b/sysutils/p5-Tie-Syslog/Makefile
new file mode 100644
index 000000000000..381acb0767c4
--- /dev/null
+++ b/sysutils/p5-Tie-Syslog/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: Tie::Syslog
+# Date created: 24 Jan 2002
+# Whom: Seamus Venasse <svenasse@polaris.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Tie-Syslog
+PORTVERSION= 1.07
+CATEGORIES= sysutils perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Tie
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= svenasse@polaris.ca
+
+PERL_CONFIGURE= yes
+
+MAN3= Tie::Syslog.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>