diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2014-09-06 14:16:59 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2014-09-06 14:16:59 +0000 |
commit | 3af6b783bcb4b318ef1b33bfca0d803702efc2a2 (patch) | |
tree | f2d28109840428d536c005c484c33fe1cbeca454 /devel/p5-Connector/Makefile | |
parent | 42caa4d4f0e80b64cdae2b64ae0801dfc7fa63b0 (diff) | |
download | ports-3af6b783bcb4b318ef1b33bfca0d803702efc2a2.tar.gz ports-3af6b783bcb4b318ef1b33bfca0d803702efc2a2.zip |
Notes
Diffstat (limited to 'devel/p5-Connector/Makefile')
-rw-r--r-- | devel/p5-Connector/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/p5-Connector/Makefile b/devel/p5-Connector/Makefile new file mode 100644 index 000000000000..66872b516632 --- /dev/null +++ b/devel/p5-Connector/Makefile @@ -0,0 +1,26 @@ +# Created by: Sergei Vyshenski <svysh.fbsd@gmail.com> +# $FreeBSD$ + +PORTNAME= Connector +PORTVERSION= 1.10 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= svysh.fbsd@gmail.com +COMMENT= A generic connection to a hierarchical-structured data set + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-YAML>=1.06:${PORTSDIR}/textproc/p5-YAML \ + p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ + p5-AppConfig>=0:${PORTSDIR}/devel/p5-AppConfig \ + p5-Config-Versioned>=1.01:${PORTSDIR}/devel/p5-Config-Versioned \ + p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> |