538eeddfed
- Remove leading article from COMMENT - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Parse-IRC/Changes PR: ports/172923 [1] Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: miwi@ (maintainer, timeout) Feature safe: yes
26 lines
483 B
Makefile
26 lines
483 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Parse-IRC
|
|
PORTVERSION= 1.20
|
|
CATEGORIES= irc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Parser for the IRC protocol
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Parse::IRC.3
|
|
|
|
.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>
|