mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
8477566c6a
PR: 244940 Approved by: maintainer
30 lines
701 B
Makefile
30 lines
701 B
Makefile
# Created by: Vladimir Timofeev <vovkasm@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= EV
|
|
PORTVERSION= 4.33
|
|
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
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= p5-common-sense>=0:devel/p5-common-sense
|
|
BUILD_DEPENDS= p5-common-sense>=0:devel/p5-common-sense \
|
|
p5-Canary-Stability>=0:devel/p5-Canary-Stability
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
CONFIGURE_ENV= PERL_MM_USE_DEFAULT="YES"
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/EV/EV.so
|
|
|
|
.include <bsd.port.mk>
|