mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
a93a35b6ef
PR: ports/157226 Submitted by: Jase Thew <freebsd@beardz.net> Approved by: Teramoto Masahiro <markun@onohara.to> (maintainer)
23 lines
418 B
Makefile
23 lines
418 B
Makefile
# 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>
|