aboutsummaryrefslogtreecommitdiffstats
path: root/irc/p5-IRC-Utils/Makefile
blob: 871e8d96a42ad9cf84853e0fb8173c40dc460221 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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.12
CATEGORIES= irc perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:HINRIK
PKGNAMEPREFIX=  p5-

MAINTAINER= markun@onohara.to
COMMENT=    Common utilities for IRC-related tasks

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

PERL_CONFIGURE= yes

MAN3=       IRC::Utils.3

.include <bsd.port.mk>