1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/irc/p5-IRC-Utils/Makefile

23 lines
418 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-IRC-Utils
# Date created: 2011-04-12
# Whom: TERAMOTO Masahiro <markun@onohara.to>
#
# $FreeBSD$
#
PORTNAME= IRC-Utils
PORTVERSION= 0.10
CATEGORIES= irc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:HINRIK
PKGNAMEPREFIX= p5-
MAINTAINER= markun@onohara.to
COMMENT= Common utilities for IRC-related tasks
PERL_CONFIGURE= yes
MAN3= IRC::Utils.3
.include <bsd.port.mk>