aboutsummaryrefslogtreecommitdiffstats
path: root/irc/pisg/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-04-03 01:12:58 +0800
committerijliao <ijliao@FreeBSD.org>2002-04-03 01:12:58 +0800
commit208606bc7d4674bbd50d06e7297463a8f77b8f50 (patch)
tree67b142e8b868fabea8c382be7706319ad706b925 /irc/pisg/Makefile
parente18514164b4199b401c241f7949fb1c46dd4fbdd (diff)
downloadfreebsd-ports-gnome-208606bc7d4674bbd50d06e7297463a8f77b8f50.tar.gz
freebsd-ports-gnome-208606bc7d4674bbd50d06e7297463a8f77b8f50.tar.zst
freebsd-ports-gnome-208606bc7d4674bbd50d06e7297463a8f77b8f50.zip
add pisg 0.36
A Perl IRC Statistics Generator PR: 34829 Submitted by: Peter Lowe <pgl@plig.net>
Diffstat (limited to 'irc/pisg/Makefile')
-rw-r--r--irc/pisg/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/irc/pisg/Makefile b/irc/pisg/Makefile
new file mode 100644
index 000000000000..38d21503663d
--- /dev/null
+++ b/irc/pisg/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: pisg
+# Date created: Mon Feb 11 13:02:35 GMT 2002
+# Whom: pgl@instinct.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= pisg
+PORTVERSION= 0.36
+CATEGORIES= irc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= pgl@instinct.org
+
+PERL_CONFIGURE= yes
+
+MAN3PREFIX= ${LOCALBASE}/lib/perl5/${PERL_VERSION}
+MAN3= Pisg.3 Pisg::Parser::Logfile.3 Pisg::Common.3 Pisg::HTMLGenerator.3
+
+.include <bsd.port.mk>