6dcd2b01ff
IRC::Utils take care of many of the tasks you are faced with when working with IRC. Mode lines, ban masks, message encoding and formatting, etc. needed for upcoming p5-POE update from wen heping with tweaks by me ok sthen@
18 lines
352 B
Makefile
18 lines
352 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/05/06 08:56:01 jasper Exp $
|
|
|
|
COMMENT= common utilities for IRC-related tasks
|
|
|
|
MODULES= cpan
|
|
DISTNAME= IRC-Utils-0.07
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= Wen Heping <wenheping@gmail.com>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|