1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/devel/p5-Event-Lib/Makefile
Andrej Zverev 16633330a7 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 17:28:12 +00:00

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>