aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Event-Lib/Makefile
blob: 36e2e8ccc0c42bf9f3eef2c8ce8b45896c22a99f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	Event-Lib
PORTVERSION=	1.03
PORTREVISION=	7
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Makes libevent(3) accessible with Perl
WWW=		https://metacpan.org/release/Event-Lib

LIB_DEPENDS=	libevent.so:devel/libevent

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>