freebsd-ports/comms/p5-Fax-Hylafax-Client/Makefile

21 lines
420 B
Makefile
Raw Normal View History

# Created by: Tony Shadwick <tshadwick@oss-solutions.com>
# $FreeBSD$
PORTNAME= Fax-Hylafax-Client
PORTVERSION= 1.02
PORTREVISION= 1
CATEGORIES= comms perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple Perl client for the HylaFAX fax server
2012-06-04 10:31:14 +02:00
BUILD_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net
2013-11-05 13:30:46 +01:00
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>