2012-12-04 08:34:52 +01:00
|
|
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
2008-06-21 00:11:38 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Parse-IRC
|
2012-12-04 08:34:52 +01:00
|
|
|
PORTVERSION= 1.20
|
2008-06-21 00:11:38 +02:00
|
|
|
CATEGORIES= irc perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2014-11-18 10:37:31 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2012-12-04 08:34:52 +01:00
|
|
|
COMMENT= Parser for the IRC protocol
|
|
|
|
|
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
2008-06-21 00:11:38 +02:00
|
|
|
|
2013-09-16 19:03:42 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2008-06-21 00:11:38 +02:00
|
|
|
|
2012-12-04 08:34:52 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 501600
|
|
|
|
BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.59:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|