1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/net/p5-Net-EPP/Makefile

24 lines
678 B
Makefile
Raw Normal View History

# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
2009-11-11 10:50:18 +00:00
PORTNAME= Net-EPP
PORTVERSION= 0.19
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
2008-04-29 10:34:38 +00:00
MAINTAINER= miwi@FreeBSD.org
COMMENT= Client library for the TCP transport for EPP
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 10:50:18 +00:00
p5-Digest-SHA1>=2.12:${PORTSDIR}/security/p5-Digest-SHA1
RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \
2009-11-11 10:50:18 +00:00
p5-Digest-SHA1>=2.12:${PORTSDIR}/security/p5-Digest-SHA1
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>