blob: 38d21503663d33a58b4b54f380b23e2c70afe3aa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>
|