aboutsummaryrefslogtreecommitdiffstats
path: root/comms/p5-Fax-Hylafax-Client/Makefile
blob: ca861e3bc98a8f68ecff00888484cc908be5e90f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    p5-Fax-Hylafax-Client
# Date created:             September 10 2005
# Whom:             Tony Shadwick <tshadwick@oss-solutions.com>
#
# $FreeBSD$
#

PORTNAME=   Fax-Hylafax-Client
PORTVERSION=    1.02
CATEGORIES= comms perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    A simple Perl client for the HylaFAX fax server

BUILD_DEPENDS=  p5-Net>=0:${PORTSDIR}/net/p5-Net
RUN_DEPENDS=    p5-Net>=0:${PORTSDIR}/net/p5-Net

PERL_CONFIGURE= yes

MAN3=       Fax::Hylafax::Client.3

.include <bsd.port.mk>