16633330a7
Approved by: portmgr (blanket infrastructure)
19 lines
368 B
Makefile
19 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>
|