blob: 904aeacb48d655a1706ada5f4b3728ea387c7acb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= Tree-Suffix
PORTVERSION= 0.22
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to the libstree library
WWW= https://metacpan.org/release/Tree-Suffix
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Devel-CheckLib>=0:devel/p5-Devel-CheckLib
LIB_DEPENDS= libstree.so:textproc/libstree
USES= perl5
USE_PERL5= configure
CFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>
|