summaryrefslogtreecommitdiff
path: root/irc/pisg/Makefile
diff options
context:
space:
mode:
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>