mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
e07de2c262
to the IRC protocol ( see RFC1459 or RFC2812 ). WWW: http://search.cpan.org/dist/Net-Parse-IRC/
22 lines
374 B
Makefile
22 lines
374 B
Makefile
# 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.12
|
|
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>
|