aboutsummaryrefslogtreecommitdiffstats
path: root/irc/p5-Parse-IRC/Makefile
blob: d008cb8900aa868bbf1f65ccdf2cba567a87d9a1 (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:    p5-Parse-IRC
# Date created:             20.06.2008
# Whom:                 Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Parse-IRC
PORTVERSION=    1.14
CATEGORIES= irc perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= miwi@FreeBSD.org
COMMENT=    A parser for the IRC protocol

PERL_CONFIGURE= yes

MAN3=       Parse::IRC.3

.include <bsd.port.mk>