summaryrefslogtreecommitdiff
path: root/irc/p5-Parse-IRC/Makefile
blob: 6da3ad0c2d43acf21170e49c8b98ba823d4b537b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	Parse-IRC
PORTVERSION=	1.22
CATEGORIES=	irc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Parser for the IRC protocol
WWW=		https://metacpan.org/release/Parse-IRC

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>