Import irc/p5-IRC-Utils version 0.12
[dports.git] / irc / p5-IRC-Utils / Makefile
1 # New ports collection makefile for:    p5-IRC-Utils
2 # Date created:         2011-04-12
3 # Whom:                 TERAMOTO Masahiro <markun@onohara.to>
4 #
5 # $FreeBSD: ports/irc/p5-IRC-Utils/Makefile,v 1.5 2012/11/17 05:58:29 svnexp Exp $
6 #
7
8 PORTNAME=       IRC-Utils
9 PORTVERSION=    0.12
10 CATEGORIES=     irc perl5
11 MASTER_SITES=   CPAN
12 MASTER_SITE_SUBDIR=     CPAN:HINRIK
13 PKGNAMEPREFIX=  p5-
14
15 MAINTAINER=     markun@onohara.to
16 COMMENT=        Common utilities for IRC-related tasks
17
18 LICENSE=        ART10 GPLv1
19 LICENSE_COMB=   dual
20
21 PERL_CONFIGURE= yes
22
23 MAN3=           IRC::Utils.3
24
25 .include <bsd.port.mk>