freebsd-ports/irc/p5-Parse-IRC/Makefile

20 lines
345 B
Makefile
Raw Normal View History

# Created by: Martin Wilke <miwi@FreeBSD.org>
PORTNAME= Parse-IRC
2016-10-20 14:50:54 +02:00
PORTVERSION= 1.22
CATEGORIES= irc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Parser for the IRC protocol
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
2018-06-04 20:09:02 +02:00
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>