mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
b478b199ba
PR: 141589 Submitted by: pgollucci@
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.16
|
|
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>
|