mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
32 lines
1.1 KiB
Makefile
32 lines
1.1 KiB
Makefile
# New ports collection makefile for: net/p5-Net-Appliance-Phrasebook
|
|
# Date created: 05 May 2010
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-Appliance-Phrasebook
|
|
PORTVERSION= 2.103.642
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Network appliance command-line phrasebook
|
|
|
|
BUILD_DEPENDS= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
|
|
p5-Data-Phrasebook>=0:${PORTSDIR}/textproc/p5-Data-Phrasebook \
|
|
p5-Data-Phrasebook-Loader-YAML>=0:${PORTSDIR}/textproc/p5-Data-Phrasebook-Loader-YAML \
|
|
p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils
|
|
RUN_DEPENDS= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
|
|
p5-Data-Phrasebook>=0:${PORTSDIR}/textproc/p5-Data-Phrasebook \
|
|
p5-Data-Phrasebook-Loader-YAML>=0:${PORTSDIR}/textproc/p5-Data-Phrasebook-Loader-YAML \
|
|
p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::Appliance::Phrasebook.3
|
|
|
|
.include <bsd.port.mk>
|