mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
cb41fc6623
Sponsored by: Absolight
22 lines
391 B
Makefile
22 lines
391 B
Makefile
# Created by: TERAMOTO Masahiro <markun@onohara.to>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= IRC-Utils
|
|
PORTVERSION= 0.12
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|