2013-09-21 00:10:23 +02:00
|
|
|
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
2006-02-19 05:59:42 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2009-11-11 11:50:18 +01:00
|
|
|
PORTNAME= Net-EPP
|
2012-09-22 21:42:08 +02:00
|
|
|
PORTVERSION= 0.19
|
2006-02-19 05:59:42 +01:00
|
|
|
CATEGORIES= net perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-02-19 05:59:42 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-04-29 12:34:38 +02:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2006-02-19 05:59:42 +01:00
|
|
|
COMMENT= Client library for the TCP transport for EPP
|
|
|
|
|
2012-06-04 05:16:02 +02:00
|
|
|
BUILD_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
|
|
|
|
p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \
|
2009-11-11 11:50:18 +01:00
|
|
|
p5-Digest-SHA1>=2.12:${PORTSDIR}/security/p5-Digest-SHA1
|
2014-01-05 18:43:05 +01:00
|
|
|
RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
|
2012-06-04 05:16:02 +02:00
|
|
|
p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \
|
2009-11-11 11:50:18 +01:00
|
|
|
p5-Digest-SHA1>=2.12:${PORTSDIR}/security/p5-Digest-SHA1
|
2006-02-19 05:59:42 +01:00
|
|
|
|
2013-09-06 09:00:15 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-02-19 05:59:42 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|