mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
16633330a7
Approved by: portmgr (blanket infrastructure)
20 lines
368 B
Makefile
20 lines
368 B
Makefile
# Created by: Fabian Keil <fk@fabiankeil.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Event-Lib
|
|
PORTVERSION= 1.03
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= fk@fabiankeil.de
|
|
COMMENT= Makes libevent(3) accessible with Perl
|
|
|
|
LIB_DEPENDS= libevent-1.4.so:${PORTSDIR}/devel/libevent
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|