8dd7cad550
Approved by: portmgr (blanket infrastructure)
22 lines
549 B
Makefile
22 lines
549 B
Makefile
# Created by: Vladimir Timofeev <vovkasm@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= EV
|
|
PORTVERSION= 4.15
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:MLEHMANN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= vovkasm@gmail.com
|
|
COMMENT= Perl interface to libev, a high performance full-featured event loop
|
|
|
|
RUN_DEPENDS= p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
|
|
BUILD_DEPENDS= p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
CONFIGURE_ENV= PERL_MM_USE_DEFAULT="YES"
|
|
|
|
.include <bsd.port.mk>
|