blob: f94d7fe65f15bf35889779a2d21fb73e02c36904 (
plain)
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
26
27
28
29
30
31
32
33
34
|
# Created by: Sergei Vyshenski <svysh.fbsd@gmail.com>
# $FreeBSD$
PORTNAME= Connector
PORTVERSION= 1.16
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= svysh.fbsd@gmail.com
COMMENT= Generic connection to a hierarchical-structured data set
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \
p5-AppConfig>=0:${PORTSDIR}/devel/p5-AppConfig \
p5-Config-GitLike>=0:${PORTSDIR}/devel/p5-Config-GitLike \
p5-Config-Versioned>=1.01:${PORTSDIR}/devel/p5-Config-Versioned \
p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \
p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install \
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
p5-Proc-SafeExec>=0:${PORTSDIR}/devel/p5-Proc-SafeExec \
p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS \
p5-YAML>=1.06:${PORTSDIR}/textproc/p5-YAML \
p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>
|