aboutsummaryrefslogtreecommitdiffstats
path: root/irc/onis/Makefile
blob: 7aa2052b8b815330bff1188ec2fcb8e48c28f931 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	onis
PORTVERSION=	0.8.2
CATEGORIES=	irc
MASTER_SITES=	http://verplant.org/onis/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Script that converts IRC logfiles into an HTML statistics page
WWW=		https://verplant.org/onis/

USES=		perl5
NO_BUILD=	yes
NO_ARCH=	yes

do-install:
	${MKDIR} ${STAGEDIR}${DATADIR}
	@(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})

.include <bsd.port.mk>