openbsd-ports/net/p5-IRC-Utils/Makefile
jasper 6dcd2b01ff import IRC-Utils 0.07
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@
2011-05-06 08:56:01 +00:00

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>