mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
61f9e3fa2c
Changes: http://search.cpan.org/dist/IRC-Utils/Changes PR: ports/161354 Submitted by: sunpoet (myself) Approved by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)
26 lines
459 B
Makefile
26 lines
459 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.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>
|