blob: 6582f1a9611c920a141e21b7990ccc91232e5413 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
PORTNAME= Linux-Inotify2
PORTVERSION= 2.3
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MLEHMANN
PKGNAMEPREFIX= p5-
MAINTAINER= martin@waschbuesch.de
COMMENT= Scalable directory/file change notification using Inotify syscalls
WWW= https://metacpan.org/release/Linux-Inotify2
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
RUN_DEPENDS= p5-common-sense>=3.75:devel/p5-common-sense \
p5-Scalar-List-Utils>=1.70:lang/p5-Scalar-List-Utils
TEST_DEPENDS= p5-Test-Simple>=1.302214:devel/p5-Test-Simple
USES= inotify perl5
USE_PERL5= configure
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>
|